Searched refs:isOpenAtomicServiceShortUrl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 48 bool isOpenAtomicServiceShortUrl = false; member 91 bool isAsync = false, uint32_t specifyTokenId = 0, bool isOpenAtomicServiceShortUrl = false, 219 bool isOpenAtomicServiceShortUrl = false, std::shared_ptr<Want> originalWant = nullptr);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 81 …emoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, in StartFreeInstall() argument 89 isAsync, specifyTokenId, isOpenAtomicServiceShortUrl, originalWant); in StartFreeInstall() 167 …emoteObject> &callerToken, bool isAsync, uint32_t specifyTokenId, bool isOpenAtomicServiceShortUrl, in BuildFreeInstallInfo() argument 176 .isOpenAtomicServiceShortUrl = isOpenAtomicServiceShortUrl, in BuildFreeInstallInfo() 301 if (freeInstallInfo.isOpenAtomicServiceShortUrl) { in HandleOnFreeInstallSuccess() 326 if (freeInstallInfo.isOpenAtomicServiceShortUrl in HandleOnFreeInstallFail() 391 if (info.isOpenAtomicServiceShortUrl) { in StartAbilityByPreInstall()
|