Home
last modified time | relevance | path

Searched refs:GetDeviceInfoById (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddtbschedmgr_device_info_storage.h60 std::shared_ptr<DmsDeviceInfo> GetDeviceInfoById(const std::string& networkId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp133 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById( in ContinueMission()
135 HILOGE("GetDeviceInfoById fail, locDevId: %{public}s, srcDevId: %{public}s, dstDevId: %{public}s.", in ContinueMission()
201 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById( in ContinueMission()
203 HILOGE("GetDeviceInfoById fail, locDevId: %{public}s, srcDevId: %{public}s, dstDevId: %{public}s.", in ContinueMission()
384 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(dstDeviceId) == nullptr) { in StartContinuation()
385 HILOGE("GetDeviceInfoById fail, dstDevId: %{public}s.", GetAnonymStr(dstDeviceId).c_str()); in StartContinuation()
702 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(srcDeviceId) == nullptr) { in CheckContinuationLimit()
711 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(dstDeviceId) == nullptr) { in CheckContinuationLimit()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_ue.cpp197 auto deviceInfo = DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(networkId); in GetDeviceTypeByNetworkId()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp264 * @tc.desc: test GetDeviceInfoById
271 * @tc.steps: step1. test GetDeviceInfoById when networkId is in map; in HWTEST_F()
273 std::string networkId = "invalid networkId for GetDeviceInfoById"; in HWTEST_F()
276 std::string deviceName = "invalid deviceName for GetDeviceInfoById"; in HWTEST_F()
282 DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(networkId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp282 std::shared_ptr<DmsDeviceInfo> DtbschedmgrDeviceInfoStorage::GetDeviceInfoById(const std::string& networkId) in GetDeviceInfoById() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage
H A Ddistributed_sched_service.cpp437 auto devInfo = DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(netwokId); in CheckRemoteOsType()
439 HILOGE("GetDeviceInfoById failed, netwokId: %{public}s.", GetAnonymStr(netwokId).c_str()); in CheckRemoteOsType()
1057 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(dstDeviceId) == nullptr) { in ContinueMission()
1058 HILOGE("GetDeviceInfoById failed, dstDeviceId: %{public}s.", GetAnonymStr(dstDeviceId).c_str()); in ContinueMission()
1064 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(srcDeviceId) == nullptr) { in ContinueMission()
1065 HILOGE("GetDeviceInfoById failed, srcDeviceId: %{public}s.", GetAnonymStr(srcDeviceId).c_str()); in ContinueMission()
1080 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(dstDeviceId) == nullptr) { in ProcessContinueLocalMission()
1081 HILOGE("GetDeviceInfoById failed, dstDeviceId: %{public}s.", GetAnonymStr(dstDeviceId).c_str()); in ProcessContinueLocalMission()
1108 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(srcDeviceId) == nullptr) { in ProcessContinueRemoteMission()
1109 HILOGE("GetDeviceInfoById faile in ProcessContinueRemoteMission()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp143 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(deviceId) == nullptr) { in IsDeviceIdValidated()

Completed in 10 milliseconds