Home
last modified time | relevance | path

Searched refs:isOpenAtomicServiceShortUrl (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h48 bool isOpenAtomicServiceShortUrl = false; member
87 * @param isOpenAtomicServiceShortUrl, the flag of open atomic service short url.
91 bool isAsync = false, uint32_t specifyTokenId = 0, bool isOpenAtomicServiceShortUrl = false,
219 bool isOpenAtomicServiceShortUrl = false, std::shared_ptr<Want> originalWant = nullptr);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp82 const sptr<IRemoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, in StartFreeInstall()
90 isAsync, specifyTokenId, isOpenAtomicServiceShortUrl, originalWant); in StartFreeInstall()
168 const sptr<IRemoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, in BuildFreeInstallInfo()
177 .isOpenAtomicServiceShortUrl = isOpenAtomicServiceShortUrl, in BuildFreeInstallInfo()
303 if (freeInstallInfo.isOpenAtomicServiceShortUrl) { in HandleOnFreeInstallSuccess()
329 if (freeInstallInfo.isOpenAtomicServiceShortUrl in HandleOnFreeInstallFail()
81 StartFreeInstall(const Want &want, int32_t userId, int requestCode, const sptr<IRemoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, std::shared_ptr<Want> originalWant) StartFreeInstall() argument
167 BuildFreeInstallInfo(const Want &want, int32_t userId, int requestCode, const sptr<IRemoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, std::shared_ptr<Want> originalWant) BuildFreeInstallInfo() argument

Completed in 3 milliseconds