Searched refs:remoteWant (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 618 AAFwk::Want* remoteWant = const_cast<Want*>(&want);
in CheckBackgroundPermission() local 619 bool isCallerBackGround = remoteWant->GetBoolParam(DMS_IS_CALLER_BACKGROUND, true);
in CheckBackgroundPermission() 620 remoteWant->RemoveParam(DMS_IS_CALLER_BACKGROUND);
in CheckBackgroundPermission() 625 int apiVersion = remoteWant->GetIntParam(DMS_API_VERSION, DEFAULT_DMS_API_VERSION);
in CheckBackgroundPermission() 626 remoteWant->RemoveParam(DMS_API_VERSION);
in CheckBackgroundPermission()
|
H A D | distributed_sched_service.cpp | 1821 AAFwk::Want remoteWant = want; in TryStartRemoteAbilityByCall() local 1823 remoteWant.SetParam(DMS_CONNECT_TOKEN, connectToken); in TryStartRemoteAbilityByCall() 1825 int32_t result = remoteDms->StartAbilityByCallFromRemote(remoteWant, connect, callerInfo, accountInfo); in TryStartRemoteAbilityByCall() 3629 AAFwk::Want remoteWant = want; in StopRemoteExtensionAbility() local 3630 remoteWant.SetParam(DMS_SRC_NETWORK_ID, localDeviceId); in StopRemoteExtensionAbility() 3631 return remoteDms->StopExtensionAbilityFromRemote(remoteWant, callerInfo, accountInfo, extensionType); in StopRemoteExtensionAbility() 3634 int32_t DistributedSchedService::StopExtensionAbilityFromRemote(const OHOS::AAFwk::Want& remoteWant, in StopExtensionAbilityFromRemote() argument 3638 std::string destinationDeviceId = remoteWant.GetElement().GetDeviceID(); in StopExtensionAbilityFromRemote() 3645 int32_t permissionValid = CheckTargetPermission(remoteWant, callerInfo, accountInfo, START_PERMISSION, true); in StopExtensionAbilityFromRemote() 3650 Want want = remoteWant; in StopExtensionAbilityFromRemote() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 632 AAFwk::Want remoteWant; in HWTEST_F() local 637 remoteWant.SetElement(element); in HWTEST_F() 643 EXPECT_EQ(DistributedSchedService::GetInstance().StopExtensionAbilityFromRemote(remoteWant, callerInfo, in HWTEST_F() 682 AAFwk::Want remoteWant; in HWTEST_F() local 685 remoteWant.SetElement(element1); in HWTEST_F() 691 EXPECT_EQ(DistributedSchedService::GetInstance().StopExtensionAbilityFromRemote(remoteWant, callerInfo1, in HWTEST_F() 706 AAFwk::Want remoteWant; in HWTEST_F() local 709 remoteWant.SetElement(element); in HWTEST_F() 715 EXPECT_EQ(proxy->StopExtensionAbilityFromRemote(remoteWant, callerInfo, in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 209 int32_t StopExtensionAbilityFromRemote(const OHOS::AAFwk::Want& remoteWant, const CallerInfo& callerInfo,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 3706 Want remoteWant = want; in StartRemoteAbility() local 3707 UpdateCallerInfoUtil::GetInstance().UpdateDmsCallerInfo(remoteWant, callerToken); in StartRemoteAbility() 3708 if (AddStartControlParam(remoteWant, callerToken) != ERR_OK) { in StartRemoteAbility() 3712 if (AbilityUtil::IsStartFreeInstall(remoteWant)) { in StartRemoteAbility() 3714 freeInstallManager_->StartRemoteFreeInstall(remoteWant, requestCode, validUserId, callerToken); in StartRemoteAbility() 3716 if (remoteWant.GetBoolParam(Want::PARAM_RESV_FOR_RESULT, false)) { in StartRemoteAbility() 3731 remoteWant.SetParam(DMS_MISSION_ID, missionId); in StartRemoteAbility() 3736 UriUtils::GetInstance().FilterUriWithPermissionDms(remoteWant, accessToken); in StartRemoteAbility() 3738 int result = dmsClient.StartRemoteAbility(remoteWant, callerUid, requestCode, accessToken); in StartRemoteAbility() 7249 Want remoteWant in StartRemoteAbilityByCall() local [all...] |
Completed in 27 milliseconds