Home
last modified time | relevance | path

Searched refs:GetCompileMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_connection_test/
H A Dmock_form_bms_helper.cpp35 bool FormBmsHelper::GetCompileMode(const std::string &bundleName, const std::string &moduleName, in GetCompileMode() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_hap_module_info.h34 const std::string& GetCompileMode() const;
H A Dstage_hap_module_info.cpp46 const std::string& StageHapModuleInfo::GetCompileMode() const in GetCompileMode() function in OHOS::Ace::StageHapModuleInfo
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_connection.cpp53 if (!FormBmsHelper::GetInstance().GetCompileMode(formRecord_.bundleName, formRecord_.moduleName, in OnAbilityConnectDone()
H A Dform_bms_helper.cpp308 bool FormBmsHelper::GetCompileMode(const std::string &bundleName, const std::string &moduleName, in GetCompileMode() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h163 bool GetCompileMode(const std::string &bundleName, const std::string &moduleName,
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp684 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode));
689 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode));
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp426 compileMode_ = hapModuleInfo->GetCompileMode(); in InitializeAppInfo()