Home
last modified time | relevance | path

Searched refs:StartRemoteFreeInstall (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.h51 int32_t StartRemoteFreeInstall(int32_t flags, const sptr<IRemoteObject>& callback);
H A Ddistributed_sched_continuation_test.cpp184 int32_t DSchedContinuationTest::StartRemoteFreeInstall(int32_t flags, const sptr<IRemoteObject>& callback) in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DSchedContinuationTest
192 DTEST_LOG << "StartRemoteFreeInstall spWant is nullptr" << std::endl; in StartRemoteFreeInstall()
195 return DistributedSchedService::GetInstance().StartRemoteFreeInstall(*spWant, callerUid, 0, 0, callback); in StartRemoteFreeInstall()
1078 int32_t ret = StartRemoteFreeInstall(0, GetDSchedService()); in HWTEST_F()
1095 int32_t ret = StartRemoteFreeInstall(Want::FLAG_ABILITY_CONTINUATION, GetDSchedService()); in HWTEST_F()
1831 * @tc.desc: call dms proxy StartRemoteFreeInstall
1845 int32_t ret = proxy->StartRemoteFreeInstall(*spWant, 0, 1, 1, GetDSchedService()); in HWTEST_F()
1852 * @tc.desc: call dms proxy StartRemoteFreeInstall
1866 int32_t ret = proxy->StartRemoteFreeInstall(*spWant, 0, 1, 1, nullptr); in HWTEST_F()
H A Dmock_distributed_sched.cpp192 int32_t MockDistributedSched::StartRemoteFreeInstall(const OHOS::AAFwk::Want &want, int32_t callerUid, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h86 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCode,
H A Ddistributed_sched_service_second_test.cpp275 * @tc.desc: call StartRemoteFreeInstall
287 int32_t result = DistributedSchedService::GetInstance().StartRemoteFreeInstall(want, 0, 0, 0, callback); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h58 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp130 freeInstallManager->StartRemoteFreeInstall(*want, intParam, int32Param, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h103 int StartRemoteFreeInstall(const Want &want, int requestCode, int32_t validUserId,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h152 virtual int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCode, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::IDistributedSched
H A Ddistributed_sched_proxy.h87 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
H A Ddistributed_sched_service.h194 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCode,
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddistributed_client_test.cpp1029 * @tc.name: StartRemoteFreeInstall
1030 * @tc.desc: StartRemoteFreeInstall Test, callback is nullptr, return ERR_NULL_OBJECT.
1040 int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, nullptr); in HWTEST_F()
1047 * @tc.name: StartRemoteFreeInstall
1048 * @tc.desc: StartRemoteFreeInstall Test, callback is not nullptr, return DMS_PERMISSION_DENIED.
1059 int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, callback); in HWTEST_F()
1070 * @tc.name: StartRemoteFreeInstall
1071 * @tc.desc: StartRemoteFreeInstall Test, return INVALID_PARAMETERS_ERR.
1083 int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, callback); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp154 auto result = dmsClient.StartRemoteFreeInstall(info.want, callerUid, info.requestCode, accessToken, callback); in RemoteFreeInstall()
190 int FreeInstallManager::StartRemoteFreeInstall(const Want &want, int requestCode, int32_t validUserId, in StartRemoteFreeInstall() function in OHOS::AAFwk::FreeInstallManager
H A Dability_manager_service.cpp3714 freeInstallManager_->StartRemoteFreeInstall(remoteWant, requestCode, validUserId, callerToken); in StartRemoteAbility()
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp457 int32_t DistributedClient::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::AAFwk::DistributedClient
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp886 int32_t DistributedSchedProxy::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_stub.cpp1505 int32_t result = StartRemoteFreeInstall(*want, callerUid, requestCode, accessToken, callback); in StartRemoteFreeInstallInner()
H A Ddistributed_sched_service.cpp1244 result = StartRemoteFreeInstall(newWant, callerUid, DEFAULT_REQUEST_CODE, accessToken, nullptr); in StartContinuation()
3133 int32_t DistributedSchedService::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService

Completed in 53 milliseconds