Home
last modified time | relevance | path

Searched refs:CheckFormBundleForbidden (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp119 bool FormManagerDelegate::CheckFormBundleForbidden(const std::string& bundleName) in CheckFormBundleForbidden() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h213 bool CheckFormBundleForbidden(const std::string &bundleName);
H A Dform_pattern.cpp623 info.obscuredMode |= CheckFormBundleForbidden(info.bundleName); in OnModifyDone()
661 info.obscuredMode |= CheckFormBundleForbidden(info.bundleName); in OnDirtyLayoutWrapperSwap()
728 if (!formInfo.transparencyEnabled && CheckFormBundleForbidden(info.bundleName)) { in AddFormComponent()
2013 bool FormPattern::CheckFormBundleForbidden(const std::string &bundleName) in CheckFormBundleForbidden() function in OHOS::Ace::NG::FormPattern
2016 return formManagerBridge_->CheckFormBundleForbidden(bundleName); in CheckFormBundleForbidden()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h132 bool CheckFormBundleForbidden(const std::string& bundleName);
H A Dform_manager_delegate.cpp942 bool FormManagerDelegate::CheckFormBundleForbidden(const std::string& bundleName) in CheckFormBundleForbidden() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp1464 HWTEST_F(FormTestNg, CheckFormBundleForbidden, TestSize.Level1)
1469 bool isForbidden = pattern->CheckFormBundleForbidden("MyBundleName");