Searched refs:GetRemoteSnapshotInfo (Results 1 – 6 of 6) sorted by relevance
32 …virtual std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::u16string& deviceId, int32_t mi… in GetRemoteSnapshotInfo() function
104 …std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::u16string& deviceId, int32_t missionId)…
83 std::unique_ptr<Snapshot> GetRemoteSnapshotInfo(const std::string& deviceId, int32_t missionId);
1286 std::unique_ptr<Snapshot> DistributedSchedService::GetRemoteSnapshotInfo(const std::u16string& devi… in GetRemoteSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedService1291 …return DistributedSchedMissionManager::GetInstance().GetRemoteSnapshotInfo(strDeviceId, missionId); in GetRemoteSnapshotInfo()
453 unique_ptr<Snapshot> snapShot = GetRemoteSnapshotInfo(deviceId, missionId); in GetRemoteSnapshotInfoInner()
220 std::unique_ptr<Snapshot> DistributedSchedMissionManager::GetRemoteSnapshotInfo(const std::string& … in GetRemoteSnapshotInfo() function in OHOS::DistributedSchedule::DistributedSchedMissionManager