mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 14:30:21 +00:00
update services/dtbschedmgr/src/mission/distributed_sched_mission_manager.cpp.
告警处理 Signed-off-by: 杜智海 <duzhihai@huawei.com>
This commit is contained in:
parent
3d863ccd24
commit
f84cf6dd8a
@ -889,9 +889,7 @@ std::shared_ptr<AppExecFwk::EventHandler> DistributedSchedMissionManager::FetchD
|
||||
auto anonyUuid = DnetworkAdapter::AnonymizeDeviceId(uuid);
|
||||
auto runner = AppExecFwk::EventRunner::Create(anonyUuid + "_MissionN");
|
||||
auto handler = std::make_shared<AppExecFwk::EventHandler>(runner);
|
||||
if (handler != nullptr) {
|
||||
deviceHandle_.emplace(uuid, handler);
|
||||
}
|
||||
deviceHandle_.emplace(uuid, handler);
|
||||
return handler;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user