Home
last modified time | relevance | path

Searched refs:CompileMode (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dextension_ability_info.h70 enum class CompileMode { enum
109 CompileMode compileMode = CompileMode::JS_BUNDLE;
H A Dhap_module_info.h124 CompileMode compileMode = CompileMode::JS_BUNDLE;
H A Dability_info.h165 CompileMode compileMode = CompileMode::JS_BUNDLE;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h116 enum class CompileMode { enum
170 CompileMode compileMode = CompileMode::JS_BUNDLE;
H A Dhap_module_info.h170 CompileMode compileMode = CompileMode::JS_BUNDLE;
H A Dability_info.h272 CompileMode compileMode = CompileMode::JS_BUNDLE;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dmock_bundle_manager.cpp35 moduleInfo.compileMode = AppExecFwk::CompileMode::ES_MODULE; in GetBundleInfoForSelf()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
H A Dchild_main_thread_test.cpp139 moduleInfo.compileMode = CompileMode::ES_MODULE;
173 moduleInfo.compileMode = CompileMode::ES_MODULE;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp97 bundleInfo.hapModuleInfos.back().compileMode == AppExecFwk::CompileMode::ES_MODULE); in JsTestRunner()
104 bundleInfo.hapModuleInfos.back().compileMode == AppExecFwk::CompileMode::ES_MODULE); in JsTestRunner()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp131 hapModuleInfo.compileMode == AppExecFwk::CompileMode::ES_MODULE, commonChunkFlag); in Create()
143 hapModuleInfo.compileMode == AppExecFwk::CompileMode::ES_MODULE, commonChunkFlag); in Create()
485 bool esmodule = hapModuleInfo->compileMode == AppExecFwk::CompileMode::ES_MODULE; in LoadJsSrcEntry()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp273 … processStartInfo->isEsModule = (hapModuleInfo.compileMode == AppExecFwk::CompileMode::ES_MODULE); in LoadJsFile()
352 options.isBundle = (hapModuleInfo.compileMode != AppExecFwk::CompileMode::ES_MODULE); in CreateRuntime()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dextension_ability_info.cpp265 GetValueIfFindKey<CompileMode>(jsonObject, in from_json()
H A Dinner_bundle_info.cpp122 inline CompileMode ConvertCompileMode(const std::string &compileMode) in ConvertCompileMode()
125 return CompileMode::ES_MODULE; in ConvertCompileMode()
127 return CompileMode::JS_BUNDLE; in ConvertCompileMode()
H A Dmodule_profile.cpp1526 inline CompileMode ConvertCompileMode(const std::string& compileMode) in ConvertCompileMode()
1529 return CompileMode::ES_MODULE; in ConvertCompileMode()
1531 return CompileMode::JS_BUNDLE; in ConvertCompileMode()
/ohos5.0/base/notification/common_event_service/frameworks/extension/src/
H A Djs_static_subscriber_extension.cpp113 abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp82 …e, srcPath, abilityInfo_->hapPath, Extension::abilityInfo_->compileMode == CompileMode::ES_MODULE); in InitMoudle()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_ability_info.cpp230 compileMode = static_cast<CompileMode>(parcel.ReadInt32()); in ReadFromParcel()
580 GetValueIfFindKey<CompileMode>(jsonObject, in from_json()
/ohos5.0/base/customization/enterprise_device_management/framework/extension/src/
H A Djs_enterprise_admin_extension.cpp67 Extension::abilityInfo_->compileMode == AbilityRuntime::CompileMode::ES_MODULE); in Init()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_base.cpp154 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
437 executorInfo.windowMode = abilityInfo->compileMode == AppExecFwk::CompileMode::ES_MODULE; in ForegroundWindowWithInsightIntent()
H A Djs_ui_extension.cpp152 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
494 executorInfo.windowMode = abilityInfo->compileMode == AppExecFwk::CompileMode::ES_MODULE; in ForegroundWindowWithInsightIntent()
/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp137 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension.cpp112 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Djs_window_extension.cpp134 abilityInfo_->compileMode == AbilityRuntime::CompileMode::ES_MODULE); in Init()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp180 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()
542 executorInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension/src/
H A Djs_driver_extension.cpp152 … moduleName, srcPath, abilityInfo_->hapPath, abilityInfo_->compileMode == CompileMode::ES_MODULE); in Init()

12