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 D | mock_form_bms_helper.cpp | 35 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 D | stage_hap_module_info.h | 34 const std::string& GetCompileMode() const;
|
H A D | stage_hap_module_info.cpp | 46 const std::string& StageHapModuleInfo::GetCompileMode() const in GetCompileMode() function in OHOS::Ace::StageHapModuleInfo
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_connection.cpp | 53 if (!FormBmsHelper::GetInstance().GetCompileMode(formRecord_.bundleName, formRecord_.moduleName, in OnAbilityConnectDone()
|
H A D | form_bms_helper.cpp | 308 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 D | form_bms_helper.h | 163 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 D | fms_form_bms_helper_test.cpp | 684 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 D | ace_ability.cpp | 426 compileMode_ = hapModuleInfo->GetCompileMode(); in InitializeAppInfo()
|