Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h118 int32_t RemoveSnapshotInfo(const std::string &deviceId, int32_t missionId) override in RemoveSnapshotInfo() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h78 int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp199 int32_t DistributedSchedMissionManager::RemoveSnapshotInfo(const std::string& deviceId, int32_t mis… in RemoveSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
1120 ErrCode errCode = RemoveSnapshotInfo(networkId, missionId); in MissionSnapshotDestroyed()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp1093 auto ret = DistributedSchedMissionManager::GetInstance().RemoveSnapshotInfo(DEVICE_ID, 0);
1145 auto ret = DistributedSchedMissionManager::GetInstance().RemoveSnapshotInfo(DEVICE_ID_FALSE, 0);
2022 ret = DistributedSchedMissionManager::GetInstance().RemoveSnapshotInfo(localDeviceId_, TASK_ID);
2038 auto ret = DistributedSchedMissionManager::GetInstance().RemoveSnapshotInfo(DEVICE_ID, 0);