Searched refs:CheckFormBundleForbidden (Results 1 – 6 of 6) sorted by relevance
119 bool FormManagerDelegate::CheckFormBundleForbidden(const std::string& bundleName) in CheckFormBundleForbidden() function in OHOS::Ace::FormManagerDelegate
213 bool CheckFormBundleForbidden(const std::string &bundleName);
623 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::FormPattern2016 return formManagerBridge_->CheckFormBundleForbidden(bundleName); in CheckFormBundleForbidden()
132 bool CheckFormBundleForbidden(const std::string& bundleName);
942 bool FormManagerDelegate::CheckFormBundleForbidden(const std::string& bundleName) in CheckFormBundleForbidden() function in OHOS::Ace::FormManagerDelegate
1464 HWTEST_F(FormTestNg, CheckFormBundleForbidden, TestSize.Level1)1469 bool isForbidden = pattern->CheckFormBundleForbidden("MyBundleName");