Home
last modified time | relevance | path

Searched refs:DeviceOfflineNotify (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_device_node_listener.cpp52 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceInfo.networkId); in OnDeviceOffline()
H A Ddtbschedmgr_device_info_storage.cpp377 void DtbschedmgrDeviceInfoStorage::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage
380 HILOGE("DeviceOfflineNotify networkId empty"); in DeviceOfflineNotify()
383 HILOGD("DeviceOfflineNotify networkId: %{public}s", GetAnonymStr(networkId).c_str()); in DeviceOfflineNotify()
385 HILOGE("DeviceOfflineNotify networkIdMgrHandler null"); in DeviceOfflineNotify()
390 HILOGI("DeviceOfflineNotify process networkId: %{public}s, uuid: %{public}s", in DeviceOfflineNotify()
392 DistributedSchedService::GetInstance().DeviceOfflineNotify(networkId); in DeviceOfflineNotify()
398 HILOGE("DeviceOfflineNotify handler postTask failed"); in DeviceOfflineNotify()
H A Ddistributed_sched_service.cpp280 void DistributedSchedService::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() function in OHOS::DistributedSchedule::DistributedSchedService
285 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(networkId); in DeviceOfflineNotify()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddtbschedmgr_device_info_storage.h49 void DeviceOfflineNotify(const std::string& networkId);
H A Ddistributed_sched_service.h107 void DeviceOfflineNotify(const std::string& deviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp249 * @tc.steps: step2. test DeviceOfflineNotify when deviceId is empty; in HWTEST_F()
252 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceId); in HWTEST_F()
254 * @tc.steps: step3. test DeviceOfflineNotify when networkIdMgrHandler_ is nullptr; in HWTEST_F()
258 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceId); in HWTEST_F()
H A Ddistributed_sched_service_first_test.cpp190 DistributedSchedService::GetInstance().DeviceOfflineNotify(deviceId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h82 void DeviceOfflineNotify(const std::string& deviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp1159 //DeviceOfflineNotify in HWTEST_F()
1160 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(""); in HWTEST_F()
1162 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(DEVICE_ID); in HWTEST_F()
1983 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(DEVICE_ID); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp262 void DistributedSchedMissionManager::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
265 HILOGW("DeviceOfflineNotify networkId empty!"); in DeviceOfflineNotify()
278 HILOGI("DeviceOfflineNotify erase value for networkId: %{public}s.", GetAnonymStr(networkId).c_str()); in DeviceOfflineNotify()

Completed in 20 milliseconds