Home
last modified time | relevance | path

Searched refs:GetRemoteDms (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp55 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in SendResult()
102 sptr<IDistributedSched> DmsTokenCallback::GetRemoteDms(const std::string& remoteDeviceId) in GetRemoteDms() function in OHOS::DistributedSchedule::DmsTokenCallback
105 HILOGE("GetRemoteDms remoteDeviceId is empty"); in GetRemoteDms()
108 HILOGD("GetRemoteDms connect deviceid is %s", GetAnonymStr(remoteDeviceId).c_str()); in GetRemoteDms()
111 HILOGE("GetRemoteDms failed to connect to systemAbilityMgr!"); in GetRemoteDms()
114 HILOGD("[PerformanceTest] GetRemoteDms begin"); in GetRemoteDms()
116 HILOGD("[PerformanceTest] GetRemoteDms end"); in GetRemoteDms()
118 HILOGE("GetRemoteDms failed to get remote DistributedSched %{private}s", GetAnonymStr(remoteDeviceId).c_str()); in GetRemoteDms()
H A Ddistributed_sched_service.cpp729 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in StartRemoteAbility()
977 sptr<IDistributedSched> remoteDms = GetRemoteDms(srcDeviceId); in ContinueRemoteMission()
1013 sptr<IDistributedSched> remoteDms = GetRemoteDms(srcDeviceId); in ContinueRemoteMission()
1191 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in DealDSchedEventResult()
1272 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in NotifyCompleteContinuation()
1646 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); in TryConnectRemoteAbility()
1808 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); in TryStartRemoteAbilityByCall()
2024 sptr<IDistributedSched> remoteDms = GetRemoteDms(element.GetDeviceID()); in ReleaseRemoteAbility()
2156 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); in StartRemoteShareForm()
2338 sptr<IDistributedSched> DistributedSchedService::GetRemoteDms(cons function in OHOS::DistributedSchedule::DistributedSchedService
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_token_callback.h37 sptr<IDistributedSched> GetRemoteDms(const std::string& remoteDeviceId);
H A Ddistributed_sched_service.h243 sptr<IDistributedSched> GetRemoteDms(const std::string& remoteDeviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_token_callback_test.cpp216 * @tc.desc: call GetRemoteDms with empty deviceId
225 sptr<IDistributedSched> result = dmsTokenCallback_->GetRemoteDms(remoteDeviceId); in HWTEST_F()
232 * @tc.desc: call GetRemoteDms with invalid deviceId
241 sptr<IDistributedSched> result = dmsTokenCallback_->GetRemoteDms(remoteDeviceId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp92 sptr<IDistributedSched> DistributedSchedMissionManager::GetRemoteDms(const std::string& deviceId) in GetRemoteDms() function in OHOS::DistributedSchedule::DistributedSchedMissionManager
95 HILOGE("GetRemoteDms remoteDeviceId is empty"); in GetRemoteDms()
105 HILOGI("[PerformanceTest] GetRemoteDms from cache spend %{public}" PRId64 " ms", in GetRemoteDms()
111 HILOGD("GetRemoteDms connect deviceid is %s", GetAnonymStr(deviceId).c_str()); in GetRemoteDms()
114 HILOGE("GetRemoteDms failed to connect to systemAbilityMgr!"); in GetRemoteDms()
119 HILOGE("GetRemoteDms failed to get dms for remote device: %{public}s!", GetAnonymStr(deviceId).c_str()); in GetRemoteDms()
123 HILOGD("GetRemoteDms AddDeathRecipient ret : %{public}d", ret); in GetRemoteDms()
133 HILOGI("[PerformanceTest] GetRemoteDms spend %{public}" PRId64 " ms", GetTickCount() - begin); in GetRemoteDms()
366 sptr<IDistributedSched> remoteDms = GetRemoteDms(dstDevId); in StartSyncRemoteMissions()
471 sptr<IDistributedSched> remoteDms = GetRemoteDms(dstDevI in StopSyncRemoteMissions()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h113 sptr<IDistributedSched> GetRemoteDms(const std::string& deviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp2252 * @tc.steps: step1. test GetRemoteDms in HWTEST_F()
2266 DistributedSchedMissionManager::GetInstance().GetRemoteDms(localDeviceId_); in HWTEST_F()
2292 * @tc.steps: step1. test GetRemoteDms in HWTEST_F()
2304 DistributedSchedMissionManager::GetInstance().GetRemoteDms(localDeviceId_); in HWTEST_F()

Completed in 15 milliseconds