Home
last modified time | relevance | path

Searched refs:remoteDms (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp55 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in SendResult() local
56 if (remoteDms == nullptr) { in SendResult()
57 HILOGE("get remoteDms failed"); in SendResult()
78 int32_t result = remoteDms->SendResultFromRemote(want, requestCode, callerInfo, accountInfo, resultCode); in SendResult()
H A Ddistributed_sched_service.cpp729 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); in StartRemoteAbility() local
730 if (remoteDms == nullptr) { in StartRemoteAbility()
731 HILOGE("get remoteDms failed"); in StartRemoteAbility()
756 int32_t result = remoteDms->StartAbilityFromRemote(*newWant, abilityInfo, requestCode, callerInfo, accountInfo); in StartRemoteAbility()
977 sptr<IDistributedSched> remoteDms = GetRemoteDms(srcDeviceId); in ContinueRemoteMission() local
978 if (remoteDms == nullptr) { in ContinueRemoteMission()
997 int32_t result = remoteDms->ContinueMission(srcDeviceId, dstDeviceId, missionId, callback, wantParams); in ContinueRemoteMission()
1013 sptr<IDistributedSched> remoteDms = GetRemoteDms(srcDeviceId); in ContinueRemoteMission() local
1014 if (remoteDms == nullptr) { in ContinueRemoteMission()
1024 int32_t result = remoteDms in ContinueRemoteMission()
1191 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); DealDSchedEventResult() local
1272 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); NotifyCompleteContinuation() local
1646 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); TryConnectRemoteAbility() local
1808 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); TryStartRemoteAbilityByCall() local
2024 sptr<IDistributedSched> remoteDms = GetRemoteDms(element.GetDeviceID()); ReleaseRemoteAbility() local
2156 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); StartRemoteShareForm() local
2460 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); DisconnectEachRemoteAbilityLocked() local
2761 sptr<IDistributedSched> remoteDms = GetRemoteDms(remoteDeviceId); NotifyProcessDied() local
3143 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); StartRemoteFreeInstall() local
3293 sptr<IDistributedSched> remoteDms = GetRemoteDms(info.callerInfo.sourceDeviceId); HandleRemoteNotify() local
3495 sptr<IDistributedSched> remoteDms = GetRemoteDms(srcDeviceId); NotifyStateChanged() local
3607 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); StopRemoteExtensionAbility() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp366 sptr<IDistributedSched> remoteDms = GetRemoteDms(dstDevId); in StartSyncRemoteMissions() local
367 if (remoteDms == nullptr) { in StartSyncRemoteMissions()
368 HILOGE("get remoteDms failed!"); in StartSyncRemoteMissions()
372 int32_t ret = StartSyncRemoteMissions(dstDevId, remoteDms); in StartSyncRemoteMissions()
384 const sptr<IDistributedSched>& remoteDms) in StartSyncRemoteMissions()
386 if (remoteDms == nullptr) { in StartSyncRemoteMissions()
387 HILOGE("remoteDms is null"); in StartSyncRemoteMissions()
396 int32_t ret = remoteDms->StartSyncMissionsFromRemote(callerInfo, missionInfos); in StartSyncRemoteMissions()
471 sptr<IDistributedSched> remoteDms = GetRemoteDms(dstDevId); in StopSyncRemoteMissions() local
472 if (remoteDms in StopSyncRemoteMissions()
383 StartSyncRemoteMissions(const std::string& dstDevId, const sptr<IDistributedSched>& remoteDms) StartSyncRemoteMissions() argument
889 sptr<IDistributedSched> remoteDms = GetRemoteDms(deviceId); NotifyMissionsChangedToRemoteInner() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h124 int32_t StartSyncRemoteMissions(const std::string& dstDevId, const sptr<IDistributedSched>& remoteDms);

Completed in 7 milliseconds