Home
last modified time | relevance | path

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

/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
/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
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h163 bool GetCompileMode(const std::string &bundleName, const std::string &moduleName,
/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.cpp309 bool FormBmsHelper::GetCompileMode(const std::string &bundleName, const std::string &moduleName, in GetCompileMode() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp672 * @tc.desc: Verify that the GetCompileMode interface executes normally and exits without exception.
684 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode)); in HWTEST_F()
689 EXPECT_FALSE(formBmsHelper.GetCompileMode(bundleName, moduleName, userId, compileMode)); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp429 compileMode_ = hapModuleInfo->GetCompileMode(); in InitializeAppInfo()

Completed in 5 milliseconds