Home
last modified time | relevance | path

Searched refs:IsSystemAppForm (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_delegate_declarative.cpp89 if (!OHOS::AppExecFwk::FormMgr::GetInstance().IsSystemAppForm(formBundleName)) { in RegisterFont()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h481 bool IsSystemAppForm(const std::string &bundleName);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h111 MOCK_METHOD1(IsSystemAppForm, bool(const std::string &bundleName));
H A Dmock_form_mgr_service.h118 MOCK_METHOD1(IsSystemAppForm, bool(const std::string &bundleName));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp908 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_))
912 bool result = formMgrProxy->IsSystemAppForm(bundleName);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h402 virtual bool IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function
H A Dform_mgr_proxy.h364 bool IsSystemAppForm(const std::string &bundleName) override;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h438 bool IsSystemAppForm(const std::string &bundleName) override;
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1307 bool FormMgr::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgr
1320 return remoteProxy_->IsSystemAppForm(bundleName); in IsSystemAppForm()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp3076 EXPECT_CALL(*mockProxy, IsSystemAppForm(_))
3080 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle);
4129 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp1117 bool result = IsSystemAppForm(bundleName); in HandleIsSystemAppForm()
H A Dform_mgr_proxy.cpp1567 bool FormMgrProxy::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp173 bool FormMgrService::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrService
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3090 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_))