Searched refs:GetDeviceInfoById (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | dtbschedmgr_device_info_storage.h | 60 std::shared_ptr<DmsDeviceInfo> GetDeviceInfoById(const std::string& networkId);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 133 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 D | distributed_ue.cpp | 197 auto deviceInfo = DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(networkId); in GetDeviceTypeByNetworkId()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dtbschedmgr_device_info_storage_test.cpp | 264 * @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 D | dtbschedmgr_device_info_storage.cpp | 282 std::shared_ptr<DmsDeviceInfo> DtbschedmgrDeviceInfoStorage::GetDeviceInfoById(const std::string& networkId) in GetDeviceInfoById() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage
|
H A D | distributed_sched_service.cpp | 437 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 D | distributed_sched_mission_manager.cpp | 143 if (DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(deviceId) == nullptr) { in IsDeviceIdValidated()
|
Completed in 10 milliseconds