Home
last modified time | relevance | path

Searched refs:GetFormsCount (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h201 int32_t GetFormsCount() const;
H A Dform_mgr_service.h456 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override;
H A Dform_mgr_adapter.h409 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp324 int32_t FormHostRecord::GetFormsCount() const in GetFormsCount() function in OHOS::AppExecFwk::FormHostRecord
H A Dform_mgr_service.cpp1498 int32_t FormMgrService::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrService
1501 return FormMgrAdapter::GetInstance().GetFormsCount(isTempFormFlag, formCount); in GetFormsCount()
H A Dform_data_mgr.cpp122 if (record.GetFormsCount() == 0) { in AllotFormHostRecord()
2109 formCount = record.GetFormsCount(); in GetHostFormsCount()
H A Dform_mgr_adapter.cpp3188 int32_t FormMgrAdapter::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h214 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override in GetFormsCount() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h188 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override in GetFormsCount() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h537 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h69 MOCK_METHOD2(GetFormsCount, int32_t(bool isTempFormFlag, int32_t &formCount));
H A Dmock_form_mgr_service.h77 MOCK_METHOD2(GetFormsCount, int32_t(bool isTempFormFlag, int32_t &formCount));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp340 int32_t FormMgrAdapter::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test2.cpp729 EXPECT_EQ(formMgrService.GetFormsCount(isTempFormFlag, formCount), ERR_OK);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h438 virtual int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) = 0;
H A Dform_mgr_proxy.h398 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp191 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override in GetFormsCount() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1462 int32_t FormMgr::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgr
1480 int32_t resultCode = remoteProxy_->GetFormsCount(isTempFormFlag, formCount); in GetFormsCount()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1717 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount);
1734 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount);
3109 EXPECT_CALL(*mockProxy, GetFormsCount(_, _))
3115 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount);
4236 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp351 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override in GetFormsCount() 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.cpp1926 int32_t result = proxy->GetFormsCount(true, count);
1947 int32_t result = proxy->GetFormsCount(true, count);
1967 int32_t result = proxy->GetFormsCount(true, count);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp1165 int32_t result = GetFormsCount(isTempFormFlag, formCount); in HandleGetFormsCount()
H A Dform_mgr_proxy.cpp1619 int32_t FormMgrProxy::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2932 EXPECT_CALL(*mockFormMgrService, GetFormsCount(_, _))