Lines Matching defs:networkId
267 void DistributedSchedService::DeviceOnlineNotify(const std::string& networkId)
269 DistributedSchedAdapter::GetInstance().DeviceOnline(networkId);
271 DistributedSchedMissionManager::GetInstance().DeviceOnlineNotify(networkId);
273 DistributedHardware::DeviceManager::GetInstance().IsSameAccount(networkId)) {
280 void DistributedSchedService::DeviceOfflineNotify(const std::string& networkId)
282 DistributedSchedAdapter::GetInstance().DeviceOffline(networkId);
284 DMSContinueRecvMgr::GetInstance().NotifyDeviceOffline(networkId);
285 DistributedSchedMissionManager::GetInstance().DeviceOfflineNotify(networkId);
2862 int32_t DistributedSchedService::GetRemoteMissionSnapshotInfo(const std::string& networkId, int32_t missionId,
2866 .GetRemoteMissionSnapshotInfo(networkId, missionId, missionSnapshot);