/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>& 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 D | mock_distributed_sched.cpp | 192 int32_t MockDistributedSched::StartRemoteFreeInstall(const OHOS::AAFwk::Want &want, int32_t callerUid, 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 requestCode,
|
H A D | distributed_sched_service_second_test.cpp | 275 * @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 D | distributed_client.h | 58 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
|
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 130 freeInstallManager->StartRemoteFreeInstall(*want, intParam, int32Param, token); in DoSomethingInterestingWithMyAPI()
|
/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,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 152 virtual int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t requestCode, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::IDistributedSched
|
H A D | distributed_sched_proxy.h | 87 int32_t StartRemoteFreeInstall(const OHOS::AAFwk::Want& want,
|
H A D | distributed_sched_service.h | 194 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 D | distributed_client_test.cpp | 1029 * @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 D | free_install_manager.cpp | 154 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 D | ability_manager_service.cpp | 3714 freeInstallManager_->StartRemoteFreeInstall(remoteWant, requestCode, validUserId, callerToken); in StartRemoteAbility()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 457 int32_t DistributedClient::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::AAFwk::DistributedClient
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 886 int32_t DistributedSchedProxy::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_stub.cpp | 1505 int32_t result = StartRemoteFreeInstall(*want, callerUid, requestCode, accessToken, callback); in StartRemoteFreeInstallInner()
|
H A D | distributed_sched_service.cpp | 1244 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
|