Home
last modified time | relevance | path

Searched refs:DequeueCachedSnapshotInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp86 … (void)DistributedSchedMissionManager::GetInstance().DequeueCachedSnapshotInfo(keyInfo->uuid, in OnChange()
102 …DistributedSchedMissionManager::GetInstance().DequeueCachedSnapshotInfo(keyInfo->uuid, keyInfo->mi… in OnChange()
H A Ddistributed_sched_mission_manager.cpp220 std::unique_ptr<Snapshot> snapshotPtr = DequeueCachedSnapshotInfo(uuid, missionId); in GetRemoteMissionSnapshotInfo()
654 std::unique_ptr<Snapshot> DistributedSchedMissionManager::DequeueCachedSnapshotInfo(const std::stri… in DequeueCachedSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h96 …std::unique_ptr<Snapshot> DequeueCachedSnapshotInfo(const std::string& deviceId, int32_t missionId…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp2320 DistributedSchedMissionManager::GetInstance().DequeueCachedSnapshotInfo("", 1);
2323 DistributedSchedMissionManager::GetInstance().DequeueCachedSnapshotInfo(DEVICE_ID, 1);
2692 … auto ret = DistributedSchedMissionManager::GetInstance().DequeueCachedSnapshotInfo(DEVICE_ID, 1);