Home
last modified time | relevance | path

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

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/test/unittest/
Dmock_distributed_sched.h58 int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) override;
Dmock_distributed_sched.cpp114 int32_t MockDistributedSched::RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) in RemoveSnapshotInfo() function in OHOS::DistributedSchedule::MockDistributedSched
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/
Ddistributed_sched_proxy.h59 int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) override;
Ddistributed_sched_interface.h73 virtual int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) = 0;
Ddistributed_sched_service.h91 int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) override;
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/mission/
Ddistributed_sched_mission_manager.h82 int32_t RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId);
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_sched_mission_manager.cpp207 int32_t DistributedSchedMissionManager::RemoveSnapshotInfo(const std::string& deviceId, int32_t mis… in RemoveSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
1472 ErrCode errCode = RemoveSnapshotInfo(networkId, missionId); in MissionSnapshotDestroyed()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/
Ddistributed_sched_service.cpp1322 int32_t DistributedSchedService::RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) in RemoveSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedService
1324 return DistributedSchedMissionManager::GetInstance().RemoveSnapshotInfo(deviceId, missionId); in RemoveSnapshotInfo()
Ddistributed_sched_proxy.cpp559 int32_t DistributedSchedProxy::RemoveSnapshotInfo(const std::string& deviceId, int32_t missionId) in RemoveSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedProxy
Ddistributed_sched_stub.cpp667 int32_t result = RemoveSnapshotInfo(deviceId, missionId); in RemoveSnapshotInfoInner()