Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_device_node_listener.cpp41 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceInfo.networkId); in OnDeviceOffline()
H A Ddtbschedmgr_device_info_storage.cpp371 void DtbschedmgrDeviceInfoStorage::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage
386 DistributedSchedService::GetInstance().DeviceOfflineNotify(networkId); in DeviceOfflineNotify()
H A Ddistributed_sched_service.cpp274 void DistributedSchedService::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() function in OHOS::DistributedSchedule::DistributedSchedService
279 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(networkId); in DeviceOfflineNotify()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddtbschedmgr_device_info_storage.h49 void DeviceOfflineNotify(const std::string& networkId);
H A Ddistributed_sched_service.h105 void DeviceOfflineNotify(const std::string& deviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp252 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceId);
258 DtbschedmgrDeviceInfoStorage::GetInstance().DeviceOfflineNotify(deviceId);
H A Ddistributed_sched_service_first_test.cpp190 DistributedSchedService::GetInstance().DeviceOfflineNotify(deviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h82 void DeviceOfflineNotify(const std::string& deviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp1186 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify("");
1199 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(DEVICE_ID);
2154 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(DEVICE_ID);
/ohos5.0/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