Searched refs:RemoteFreeInstall (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 128 freeInstallManager->RemoteFreeInstall(*want, int32Param, intParam, token); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 212 int RemoteFreeInstall(const Want &want, int32_t userId, int requestCode, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 134 int FreeInstallManager::RemoteFreeInstall(const Want &want, int32_t userId, int requestCode, in RemoteFreeInstall() function in OHOS::AAFwk::FreeInstallManager 196 return RemoteFreeInstall(want, validUserId, requestCode, callerToken); in StartRemoteFreeInstall() 205 return RemoteFreeInstall(*newWant, validUserId, requestCode, callerToken); in StartRemoteFreeInstall()
|
Completed in 8 milliseconds