Home
last modified time | relevance | path

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

/ohos5.0/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>& ca… in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DSchedContinuationTest
195 …return DistributedSchedService::GetInstance().StartRemoteFreeInstall(*spWant, callerUid, 0, 0, cal… in StartRemoteFreeInstall()
1082 int32_t ret = StartRemoteFreeInstall(0, GetDSchedService());
1099 int32_t ret = StartRemoteFreeInstall(Want::FLAG_ABILITY_CONTINUATION, GetDSchedService());
1869 int32_t ret = proxy->StartRemoteFreeInstall(*spWant, 0, 1, 1, GetDSchedService());
1890 int32_t ret = proxy->StartRemoteFreeInstall(*spWant, 0, 1, 1, nullptr);
H A Dmock_distributed_sched.cpp192 int32_t MockDistributedSched::StartRemoteFreeInstall(const OHOS::AAFwk::Want &want, int32_t callerU… 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 requestCo…
H A Ddistributed_sched_service_second_test.cpp287 …int32_t result = DistributedSchedService::GetInstance().StartRemoteFreeInstall(want, 0, 0, 0, call…
/ohos5.0/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,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h103 int StartRemoteFreeInstall(const Want &want, int requestCode, int32_t validUserId,
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp130 freeInstallManager->StartRemoteFreeInstall(*want, intParam, int32Param, token); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h87 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
H A Ddistributed_sched_interface.h152 …virtual int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t r… in StartRemoteFreeInstall() function
H A Ddistributed_sched_service.h192 …int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCo…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddistributed_client_test.cpp1036 …int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, nullptr…
1055 …int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, callbac…
1079 …int32_t result = client->StartRemoteFreeInstall(want, callerUid, requestCode, accessToken, callbac…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp153 …auto result = dmsClient.StartRemoteFreeInstall(info.want, callerUid, info.requestCode, accessToken… in RemoteFreeInstall()
189 int FreeInstallManager::StartRemoteFreeInstall(const Want &want, int requestCode, int32_t validUser… in StartRemoteFreeInstall() function in OHOS::AAFwk::FreeInstallManager
H A Dability_manager_service.cpp3729 … freeInstallManager_->StartRemoteFreeInstall(remoteWant, requestCode, validUserId, callerToken); in StartRemoteAbility()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp455 int32_t DistributedClient::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::AAFwk::DistributedClient
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp882 int32_t DistributedSchedProxy::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp980 … result = StartRemoteFreeInstall(newWant, callerUid, DEFAULT_REQUEST_CODE, accessToken, nullptr); in StartContinuation()
2857 int32_t DistributedSchedService::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t call… in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService
H A Ddistributed_sched_stub.cpp1458 int32_t result = StartRemoteFreeInstall(*want, callerUid, requestCode, accessToken, callback); in StartRemoteFreeInstallInner()