Home
last modified time | relevance | path

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

/ohos5.0/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 in GetHostFormsCount() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h192 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override in GetHostFormsCount() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h545 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount);
/ohos5.0/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));
/ohos5.0/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.cpp745 EXPECT_EQ(formMgrService.GetHostFormsCount(bundleName, formCount), ERR_OK);
/ohos5.0/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;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h587 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);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp195 int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override in GetHostFormsCount() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1751 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount);
1768 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount);
1785 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount);
3128 EXPECT_CALL(*mockProxy, GetHostFormsCount(_, _))
3134 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount);
4254 int result = FormMgr::GetInstance().GetHostFormsCount(bundleName, formCount);
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1487 int32_t FormMgr::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgr
1510 int32_t resultCode = remoteProxy_->GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1504 int32_t FormMgrService::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrService
1507 return FormMgrAdapter::GetInstance().GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
H A Dform_mgr_adapter.cpp3197 int32_t FormMgrAdapter::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
3200 return FormDataMgr::GetInstance().GetHostFormsCount(bundleName, formCount); in GetHostFormsCount()
H A Dform_data_mgr.cpp2101 int32_t FormDataMgr::GetHostFormsCount(const std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormDataMgr
/ohos5.0/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 in GetHostFormsCount() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp1987 int32_t result = proxy->GetHostFormsCount(bundleName, count);
2009 int32_t result = proxy->GetHostFormsCount(bundleName, count);
2030 int32_t result = proxy->GetHostFormsCount(bundleName, count);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp1222 int32_t result = GetHostFormsCount(bundleName, formCount); in HandleGetHostFormsCount()
H A Dform_mgr_proxy.cpp1707 int32_t FormMgrProxy::GetHostFormsCount(std::string &bundleName, int32_t &formCount) in GetHostFormsCount() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2950 EXPECT_CALL(*mockFormMgrService, GetHostFormsCount(_, _))