Searched refs:remoteSyncDeviceSet_ (Results 1 – 4 of 4) sorted by relevance
38 std::set<std::string> remoteSyncDeviceSet_; variable
408 remoteSyncDeviceSet_.emplace(DEVICE_ID);1198 std::set<std::string> remoteSyncDeviceSet_ = set<std::string>(); variable2593 DistributedSchedMissionManager::GetInstance().remoteSyncDeviceSet_.clear();2597 DistributedSchedMissionManager::GetInstance().remoteSyncDeviceSet_.emplace(DEVICE_ID);2803 DistributedSchedMissionManager::GetInstance().remoteSyncDeviceSet_.clear();2821 DistributedSchedMissionManager::GetInstance().remoteSyncDeviceSet_.clear();2825 DistributedSchedMissionManager::GetInstance().remoteSyncDeviceSet_.emplace(localDeviceId_);
516 remoteSyncDeviceSet_.emplace(deviceId); in StartSyncMissionsFromRemote()541 remoteSyncDeviceSet_.erase(networkId); in StopSyncMissionsFromRemote()542 if (remoteSyncDeviceSet_.empty()) { in StopSyncMissionsFromRemote()563 if (remoteSyncDeviceSet_.count(deviceId) == 0) { in NeedSyncDevice()868 for (const auto& destDeviceId : remoteSyncDeviceSet_) { in NotifyMissionsChangedToRemote()1147 remoteSyncDeviceSet_.clear(); in OnDnetDied()
148 std::set<std::string> remoteSyncDeviceSet_; variable