Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h48 constexpr int32_t TYPE_OTHERS = 2; member
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp33 const int32_t TYPE_OTHERS = 2; member
299 } else if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in InitResourceManager()
300 appType = TYPE_OTHERS; in InitResourceManager()
305 bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in InitResourceManager()
H A Dmain_thread.cpp169 const int32_t TYPE_OTHERS = 2; member
1693 } else if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in HandleLaunchApplication()
1694 appType = TYPE_OTHERS; in HandleLaunchApplication()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp79 const int32_t TYPE_OTHERS = 2; member
430 bundleInfo.applicationInfo.codePath != std::to_string(TYPE_OTHERS)) { in CreateModuleContext()
485 bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in CreateModuleResourceManager()
538 bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in CreateSystemHspModuleResourceManager()
803 bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in InitResourceManager()
837 } else if (bundleInfo.applicationInfo.codePath == std::to_string(TYPE_OTHERS)) { in InitOthersResourceManagerInner()
838 appType = TYPE_OTHERS; in InitOthersResourceManagerInner()

Completed in 11 milliseconds