/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 142 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 D | aot_args.cpp | 85 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 D | aot_executor.cpp | 86 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 D | aot_handler.h | 39 …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 D | aot_args.h | 40 std::string compileMode; member
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_connection.cpp | 52 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 D | form_bms_helper.cpp | 309 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 D | bms_data_aot_test.cpp | 182 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 D | startup_util.cpp | 95 abilityInfo.compileMode = extensionInfo.compileMode; in InitAbilityInfoFromExtension()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_connection_test/ |
H A D | mock_form_bms_helper.cpp | 36 int32_t userId, int32_t &compileMode) in GetCompileMode() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 132 std::string compileMode; member 176 compileMode.clear(); in Reset()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
H A D | mock_bundle_manager.cpp | 35 moduleInfo.compileMode = AppExecFwk::CompileMode::ES_MODULE; in GetBundleInfoForSelf()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/ |
H A D | child_main_thread_test.cpp | 139 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 D | js_test_runner.cpp | 97 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 D | build-profile.json5 | 19 "compileMode": "esmodule"
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 271 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 D | extension_ability_info.cpp | 79 {COMPILE_MODE, extensionInfo.compileMode}, in to_json() 268 extensionInfo.compileMode, in from_json()
|
H A D | inner_bundle_info.cpp | 122 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 D | extension_ability_info.cpp | 230 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 D | extension_ability_info.h | 109 CompileMode compileMode = CompileMode::JS_BUNDLE; member
|
H A D | options.h | 93 std::string compileMode; member
|
H A D | hap_module_info.h | 124 CompileMode compileMode = CompileMode::JS_BUNDLE; member
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_bms_helper.h | 164 int32_t userId, int32_t &compileMode);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 682 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 D | extension_ability_info.h | 170 CompileMode compileMode = CompileMode::JS_BUNDLE; member
|