Searched refs:ConnectFreeInstall (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 134 freeInstallManager->ConnectFreeInstall(*want, int32Param, token, stringParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 127 int ConnectFreeInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callerToken,
|
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | free_install_manager_test.cpp | 311 * @tc.name: ConnectFreeInstall 312 * @tc.desc: Test ConnectFreeInstall. 323 int res = freeInstallManager_->ConnectFreeInstall(want, userId, nullptr, ""); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 480 int FreeInstallManager::ConnectFreeInstall(const Want &want, int32_t userId, in ConnectFreeInstall() function in OHOS::AAFwk::FreeInstallManager
|
H A D | ability_manager_service.cpp | 4002 result = freeInstallManager_->ConnectFreeInstall(want, validUserId, callerToken, localDeviceId); in ConnectAbilityCommon()
|
Completed in 25 milliseconds