Home
last modified time | relevance | path

Searched refs:COMPILE_MODE_ES_MODULE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h171 constexpr const char *COMPILE_MODE_ES_MODULE = "esmodule"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h477 constexpr const char* COMPILE_MODE_ES_MODULE = "esmodule"; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp124 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()
H A Dmodule_profile.cpp1528 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2206 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()
H A Dinner_bundle_info.cpp151 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()