Searched refs:GetCompileMode (Results 1 - 8 of 8) sorted by relevance
/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
|
/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
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_bms_helper.h | 163 bool GetCompileMode(const std::string &bundleName, const std::string &moduleName,
|
/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 | 309 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 D | fms_form_bms_helper_test.cpp | 672 * @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 D | ace_ability.cpp | 429 compileMode_ = hapModuleInfo->GetCompileMode(); in InitializeAppInfo()
|
Completed in 6 milliseconds