Home
last modified time | relevance | path

Searched refs:compileMode (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp142 const std::string &compileMode, bool isEnableBaselinePgo) const in BuildAOTArgs() argument
147 if (compileMode == ServiceConstants::COMPILE_PARTIAL) { in BuildAOTArgs()
154 aotArgs.compileMode = compileMode; in BuildAOTArgs()
259 if (compileMode == COMPILE_NONE) { in HandleInstall()
264 HandleInstallWithSingleHap(item.second, compileMode); in HandleInstall()
559 if (compileMode == COMPILE_NONE) { in OTACompileInternal()
629 eventInfo.compileMode = compileMode; in HandleCompileWithBundle()
722 const std::string &compileMode, bool isEnableBaselinePgo) const in HandleCompileWithSingleHap() argument
759 if (compileMode == COMPILE_NONE) { in HandleIdle()
787 HandleIdleWithSingleHap(info, moduleName, compileMode); in HandleIdle()
[all …]
H A Daot_args.cpp85 compileMode = Str16ToStr8(compileModeVal); in ReadFromParcel()
132 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(compileMode)); in Marshalling()
169 + ", compileMode = " + compileMode in ToString()
H A Daot_executor.cpp86 if (aotArgs.compileMode.empty() || aotArgs.hapPath.empty() || aotArgs.outputPath.empty()) { in CheckArgs()
90 … if (aotArgs.compileMode == ServiceConstants::COMPILE_PARTIAL && aotArgs.arkProfilePath.empty()) { in CheckArgs()
170 argsMap.emplace("target-compiler-mode", aotArgs.compileMode); in MapArgs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h39 …ErrCode HandleCompile(const std::string &bundleName, const std::string &compileMode, bool isAllBun…
55 const std::string &compileMode, bool isEnableBaselinePgo = false) const;
56 …void HandleInstallWithSingleHap(const InnerBundleInfo &info, const std::string &compileMode) const;
59 const std::string &compileMode, bool isEnableBaselinePgo = false) const;
60 EventInfo HandleCompileWithBundle(const std::string &bundleName, const std::string &compileMode,
62 …e HandleCompileBundles(const std::vector<std::string> &bundleNames, const std::string &compileMode,
64 …e HandleCompileModules(const std::vector<std::string> &moduleNames, const std::string &compileMode,
69 … const InnerBundleInfo &info, const std::string &moduleName, const std::string &compileMode) const;
H A Daot_args.h40 std::string compileMode; member
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_connection.cpp52 int32_t compileMode = 0; in OnAbilityConnectDone() local
54 formRecord_.providerUserId, compileMode)) { in OnAbilityConnectDone()
73 want.SetParam(Constants::FORM_COMPILE_MODE_KEY, compileMode); in OnAbilityConnectDone()
H A Dform_bms_helper.cpp309 int32_t userId, int32_t &compileMode) in GetCompileMode() argument
328 compileMode = static_cast<int32_t>(hapModuleInfo.compileMode); in GetCompileMode()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp182 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;
230 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;
248 aotArgs.compileMode = COMPILE_FULL;
267 aotArgs.compileMode = COMPILE_FULL;
287 aotArgs.compileMode = COMPILE_FULL;
700 aotArgs.compileMode = "compileMode";
717 EXPECT_EQ(aotArgsPtr->compileMode, aotArgs.compileMode);
739 std::string compileMode; variable
878 string compileMode = ServiceConstants::COMPILE_PARTIAL; variable
980 string compileMode = ServiceConstants::COMPILE_PARTIAL; variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/src/
H A Dstartup_util.cpp95 abilityInfo.compileMode = extensionInfo.compileMode; in InitAbilityInfoFromExtension()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_connection_test/
H A Dmock_form_bms_helper.cpp36 int32_t userId, int32_t &compileMode) in GetCompileMode() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h132 std::string compileMode; member
176 compileMode.clear(); in Reset()
/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/base/useriam/face_auth/ui/Settings_FaceAuth/entry/
H A Dbuild-profile.json519 "compileMode": "esmodule"
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp271 std::string compileMode; member
1294 module.compileMode, in from_json()
1526 inline CompileMode ConvertCompileMode(const std::string& compileMode) in ConvertCompileMode() argument
1528 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()
1599 abilityInfo.compileMode = ConvertCompileMode(moduleJson.module.compileMode); in ToAbilityInfo()
1653 extensionInfo.compileMode = ConvertCompileMode(moduleJson.module.compileMode); in ToExtensionInfo()
1696 innerModuleInfo.compileMode = moduleJson.module.compileMode; in ToInnerModuleInfo()
H A Dextension_ability_info.cpp79 {COMPILE_MODE, extensionInfo.compileMode}, in to_json()
268 extensionInfo.compileMode, in from_json()
H A Dinner_bundle_info.cpp122 inline CompileMode ConvertCompileMode(const std::string &compileMode) in ConvertCompileMode() argument
124 if (compileMode == Profile::COMPILE_MODE_ES_MODULE) { in ConvertCompileMode()
234 {MODULE_COMPILE_MODE, info.compileMode}, in to_json()
571 info.compileMode, in from_json()
969 hapInfo.compileMode = ConvertCompileMode(it->second.compileMode); in FindHapModuleInfo()
/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()
327 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(compileMode)); in Marshalling()
379 {COMPILE_MODE, extensionInfo.compileMode}, in to_json()
583 extensionInfo.compileMode, in from_json()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dextension_ability_info.h109 CompileMode compileMode = CompileMode::JS_BUNDLE; member
H A Doptions.h93 std::string compileMode; member
H A Dhap_module_info.h124 CompileMode compileMode = CompileMode::JS_BUNDLE; member
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h164 int32_t userId, int32_t &compileMode);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp682 int32_t compileMode = 1; variable
684 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode));
689 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode));
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h170 CompileMode compileMode = CompileMode::JS_BUNDLE; member

1234