Searched refs:IsSystemAppForm (Results 1 – 14 of 14) sorted by relevance
89 if (!OHOS::AppExecFwk::FormMgr::GetInstance().IsSystemAppForm(formBundleName)) { in RegisterFont()
481 bool IsSystemAppForm(const std::string &bundleName);
111 MOCK_METHOD1(IsSystemAppForm, bool(const std::string &bundleName));
118 MOCK_METHOD1(IsSystemAppForm, bool(const std::string &bundleName));
908 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_))912 bool result = formMgrProxy->IsSystemAppForm(bundleName);
402 virtual bool IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function
364 bool IsSystemAppForm(const std::string &bundleName) override;
438 bool IsSystemAppForm(const std::string &bundleName) override;
1307 bool FormMgr::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgr1320 return remoteProxy_->IsSystemAppForm(bundleName); in IsSystemAppForm()
3076 EXPECT_CALL(*mockProxy, IsSystemAppForm(_))3080 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle);4129 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle);
1117 bool result = IsSystemAppForm(bundleName); in HandleIsSystemAppForm()
1567 bool FormMgrProxy::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrProxy
173 bool FormMgrService::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrService
3090 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_))