Home
last modified time | relevance | path

Searched refs:TYPE_RESERVE (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h47 constexpr int32_t TYPE_RESERVE = 1; member
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp32 const int32_t TYPE_RESERVE = 1; member
297 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE)) { in InitResourceManager()
298 appType = TYPE_RESERVE; in InitResourceManager()
304 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE) || in InitResourceManager()
H A Dmain_thread.cpp168 const int32_t TYPE_RESERVE = 1; member
1691 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE)) { in HandleLaunchApplication()
1692 appType = TYPE_RESERVE; in HandleLaunchApplication()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp78 const int32_t TYPE_RESERVE = 1; member
429 if (bundleInfo.applicationInfo.codePath != std::to_string(TYPE_RESERVE) && in CreateModuleContext()
484 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE) || in CreateModuleResourceManager()
537 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE) || in CreateSystemHspModuleResourceManager()
802 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE) || in InitResourceManager()
835 if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_RESERVE)) { in InitOthersResourceManagerInner()
836 appType = TYPE_RESERVE; in InitOthersResourceManagerInner()

Completed in 9 milliseconds