Home
last modified time | relevance | path

Searched refs:GetRemoteSnapshotInfo (Results 1 – 6 of 6) sorted by relevance

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/
Ddistributed_sched_stub.h32 …virtual std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::u16string& deviceId, int32_t mi… in GetRemoteSnapshotInfo() function
Ddistributed_sched_service.h104 …std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::u16string& deviceId, int32_t missionId)…
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/mission/
Ddistributed_sched_mission_manager.h83 std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::string& deviceId, int32_t missionId);
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/
Ddistributed_sched_service.cpp1286 std::unique_ptr<Snapshot> DistributedSchedService::GetRemoteSnapshotInfo(const std::u16string& devi… in GetRemoteSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedService
1291 …return DistributedSchedMissionManager::GetInstance().GetRemoteSnapshotInfo(strDeviceId, missionId); in GetRemoteSnapshotInfo()
Ddistributed_sched_stub.cpp453 unique_ptr<Snapshot> snapShot = GetRemoteSnapshotInfo(deviceId, missionId); in GetRemoteSnapshotInfoInner()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_sched_mission_manager.cpp220 std::unique_ptr<Snapshot> DistributedSchedMissionManager::GetRemoteSnapshotInfo(const std::string& … in GetRemoteSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedMissionManager