Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_delegate_declarative.cpp84 if (!OHOS::AppExecFwk::FormMgr::GetInstance().IsSystemAppForm(formBundleName)) { in RegisterFont()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h481 bool IsSystemAppForm(const std::string &bundleName);
/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));
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp903 * @tc.desc: Verify IsSystemAppForm
908 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_)) in HWTEST_F()
912 bool result = formMgrProxy->IsSystemAppForm(bundleName); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h438 bool IsSystemAppForm(const std::string &bundleName) override;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h402 virtual bool IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::IFormMgr
H A Dform_mgr_proxy.h364 bool IsSystemAppForm(const std::string &bundleName) override;
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1303 bool FormMgr::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgr
1316 return remoteProxy_->IsSystemAppForm(bundleName); in IsSystemAppForm()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp3070 * @tc.desc: Verify IsSystemAppForm
3076 EXPECT_CALL(*mockProxy, IsSystemAppForm(_)) in HWTEST_F()
3080 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle); in HWTEST_F()
4121 * @tc.desc: Verify IsSystemAppForm
4129 bool result = FormMgr::GetInstance().IsSystemAppForm(bundle); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp172 bool FormMgrService::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrService
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1567 bool FormMgrProxy::IsSystemAppForm(const std::string &bundleName) in IsSystemAppForm() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp1115 bool result = IsSystemAppForm(bundleName); in HandleIsSystemAppForm()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3090 EXPECT_CALL(*mockFormMgrService, IsSystemAppForm(_)) in HWTEST_F()

Completed in 28 milliseconds