/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_continuation_test.h | 51 int32_t StartRemoteFreeInstall(int32_t flags, const sptr<IRemoteObject>& callback);
|
H A D | distributed_sched_continuation_test.cpp | 184 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 D | mock_distributed_sched.cpp | 192 int32_t MockDistributedSched::StartRemoteFreeInstall(const OHOS::AAFwk::Want &want, int32_t callerU… in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 86 …int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCo…
|
H A D | distributed_sched_service_second_test.cpp | 287 …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 D | distributed_client.h | 58 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 103 int StartRemoteFreeInstall(const Want &want, int requestCode, int32_t validUserId,
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 130 freeInstallManager->StartRemoteFreeInstall(*want, intParam, int32Param, token); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_proxy.h | 87 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
|
H A D | distributed_sched_interface.h | 152 …virtual int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t r… in StartRemoteFreeInstall() function
|
H A D | distributed_sched_service.h | 192 …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 D | distributed_client_test.cpp | 1036 …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 D | free_install_manager.cpp | 153 …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 D | ability_manager_service.cpp | 3729 … freeInstallManager_->StartRemoteFreeInstall(remoteWant, requestCode, validUserId, callerToken); in StartRemoteAbility()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 455 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 D | distributed_sched_proxy.cpp | 882 int32_t DistributedSchedProxy::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_service.cpp | 980 … 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 D | distributed_sched_stub.cpp | 1458 int32_t result = StartRemoteFreeInstall(*want, callerUid, requestCode, accessToken, callback); in StartRemoteFreeInstallInner()
|