Home
last modified time | relevance | path

Searched refs:RemoteFreeInstall (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp128 freeInstallManager->RemoteFreeInstall(*want, int32Param, intParam, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h212 int RemoteFreeInstall(const Want &want, int32_t userId, int requestCode, const sptr<IRemoteObject> &callerToken);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp134 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