Home
last modified time | relevance | path

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

/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);
/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.cpp1493 int32_t FormMgrService::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrService
1496 return FormMgrAdapter::GetInstance().GetFormsCount(isTempFormFlag, formCount); in GetFormsCount()
H A Dform_data_mgr.cpp2065 formCount = record.GetFormsCount(); in GetHostFormsCount()
H A Dform_mgr_adapter.cpp3125 int32_t FormMgrAdapter::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h537 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount);
/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));
/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.cpp725 * @tc.name: test GetFormsCount function.
726 * @tc.desc: Verify that the GetFormsCount interface is called normally
734 EXPECT_EQ(formMgrService.GetFormsCount(isTempFormFlag, formCount), ERR_OK); in HWTEST_F()
741 * @tc.name: test GetFormsCount function.
742 * @tc.desc: Verify that the GetFormsCount interface is called normally
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h188 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
/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
/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;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp191 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1458 int32_t FormMgr::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgr
1476 int32_t resultCode = remoteProxy_->GetFormsCount(isTempFormFlag, formCount); in GetFormsCount()
1478 HILOG_ERROR("fail GetFormsCount,errCode %{public}d", resultCode); in GetFormsCount()
1508 HILOG_ERROR("fail GetFormsCount,errCode %{public}d", resultCode); in GetHostFormsCount()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1708 * @tc.desc: Verify GetFormsCount
1717 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount); in HWTEST_F()
1725 * @tc.desc: Verify GetFormsCount
1734 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount); in HWTEST_F()
3103 * @tc.desc: Verify GetFormsCount
3109 EXPECT_CALL(*mockProxy, GetFormsCount(_, _)) in HWTEST_F()
3115 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount); in HWTEST_F()
4226 * @tc.desc: Verify GetFormsCount
4236 int result = FormMgr::GetInstance().GetFormsCount(isTempFormFlag, formCount); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp1913 * @tc.desc: test GetFormsCount function
1926 int32_t result = proxy->GetFormsCount(true, count); in HWTEST_F()
1932 * @tc.desc: test GetFormsCount function
1947 int32_t result = proxy->GetFormsCount(true, count); in HWTEST_F()
1953 * @tc.desc: test GetFormsCount function
1967 int32_t result = proxy->GetFormsCount(true, count); in HWTEST_F()
/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
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1619 int32_t FormMgrProxy::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp1163 int32_t result = GetFormsCount(isTempFormFlag, formCount); in HandleGetFormsCount()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2932 EXPECT_CALL(*mockFormMgrService, GetFormsCount(_, _)) in HWTEST_F()

Completed in 51 milliseconds