Searched refs:GetOsdSwitchValueFromRemote (Results 1 – 11 of 11) sorted by relevance
65 int32_t GetOsdSwitchValueFromRemote() override;
143 int32_t MockDistributedSched::GetOsdSwitchValueFromRemote() in GetOsdSwitchValueFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
66 int32_t GetOsdSwitchValueFromRemote() override;
80 virtual int32_t GetOsdSwitchValueFromRemote() = 0;
102 int32_t GetOsdSwitchValueFromRemote() override;
108 int32_t GetOsdSwitchValueFromRemote();
413 auto ret = DistributedSchedMissionManager::GetInstance().GetOsdSwitchValueFromRemote();
611 if (GetOsdSwitchValueFromRemote() != MISSION_OSD_ENABLED) { in StartSyncMissionsFromRemote()1074 int32_t osdSwitchVal = remoteDms->GetOsdSwitchValueFromRemote(); in CheckSupportOsd()1132 int32_t DistributedSchedMissionManager::GetOsdSwitchValueFromRemote() in GetOsdSwitchValueFromRemote() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
1311 int32_t DistributedSchedService::GetOsdSwitchValueFromRemote() in GetOsdSwitchValueFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService1313 return DistributedSchedMissionManager::GetInstance().GetOsdSwitchValueFromRemote(); in GetOsdSwitchValueFromRemote()
528 int32_t DistributedSchedProxy::GetOsdSwitchValueFromRemote() in GetOsdSwitchValueFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
628 int32_t result = GetOsdSwitchValueFromRemote(); in GetOsdSwitchValueFromRemoteInner()