Home
last modified time | relevance | path

Searched refs:GetHostFormsCount (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h545 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h70 MOCK_METHOD2(GetHostFormsCount, int32_t(std::string &bundleName, int32_t &formCount));
H A Dmock_form_mgr_service.h78 MOCK_METHOD2(GetHostFormsCount, int32_t(std::string &bundleName, int32_t &formCount));
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp345 int32_t FormMgrAdapter::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test2.cpp750 EXPECT_EQ(formMgrService.GetHostFormsCount(bundleName, formCount), ERR_OK); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h192 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h218 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h579 int32_t GetHostFormsCount(const std::string &bundleName, int32_t &formCount);
H A Dform_mgr_service.h464 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override;
H A Dform_mgr_adapter.h417 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h446 virtual int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) = 0;
H A Dform_mgr_proxy.h406 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp195 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1742 * @tc.desc: Verify GetHostFormsCount
1751 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in HWTEST_F()
1759 * @tc.desc: Verify GetHostFormsCount
1768 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in HWTEST_F()
1776 * @tc.desc: Verify GetHostFormsCount
1785 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in HWTEST_F()
3122 * @tc.desc: Verify GetHostFormsCount
3128 EXPECT_CALL(*mockProxy, GetHostFormsCount(_, _)) in HWTEST_F()
3134 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in HWTEST_F()
4244 * @tc.desc: Verify GetHostFormsCount
[all...]
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1483 int32_t FormMgr::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgr
1506 int32_t resultCode = remoteProxy_->GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1499 int32_t FormMgrService::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrService
1502 return FormMgrAdapter::GetInstance().GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
H A Dform_mgr_adapter.cpp3134 int32_t FormMgrAdapter::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
3137 return FormDataMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
H A Dform_data_mgr.cpp2057 int32_t FormDataMgr::GetHostFormsCount(const std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp1973 * @tc.desc: test GetHostFormsCount function
1987 int32_t result = proxy->GetHostFormsCount(bundleName, count); in HWTEST_F()
1993 * @tc.desc: test GetHostFormsCount function
2009 int32_t result = proxy->GetHostFormsCount(bundleName, count); in HWTEST_F()
2015 * @tc.desc: test GetHostFormsCount function
2030 int32_t result = proxy->GetHostFormsCount(bundleName, count); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp355 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1707 int32_t FormMgrProxy::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp1220 int32_t result = GetHostFormsCount(bundleName, formCount); in HandleGetHostFormsCount()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2950 EXPECT_CALL(*mockFormMgrService, GetHostFormsCount(_, _)) in HWTEST_F()

Completed in 47 milliseconds