/foundation/ability/form_fwk/services/include/ |
H A D | form_host_record.h | 201 int32_t GetFormsCount() const;
|
H A D | form_mgr_service.h | 456 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override;
|
H A D | form_mgr_adapter.h | 409 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_host_record.cpp | 324 int32_t FormHostRecord::GetFormsCount() const in GetFormsCount() function in OHOS::AppExecFwk::FormHostRecord
|
H A D | form_mgr_service.cpp | 1493 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 D | form_data_mgr.cpp | 2065 formCount = record.GetFormsCount(); in GetHostFormsCount()
|
H A D | form_mgr_adapter.cpp | 3125 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 D | form_mgr.h | 537 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 69 MOCK_METHOD2(GetFormsCount, int32_t(bool isTempFormFlag, int32_t &formCount));
|
H A D | mock_form_mgr_service.h | 77 MOCK_METHOD2(GetFormsCount, int32_t(bool isTempFormFlag, int32_t &formCount));
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_form_mgr_adapter.cpp | 340 int32_t FormMgrAdapter::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test2.cpp | 725 * @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 D | mock_form_mgr_service.h | 188 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 214 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 438 virtual int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) = 0;
|
H A D | form_mgr_proxy.h | 398 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 191 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 1458 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 D | form_mgr_test.cpp | 1708 * @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 D | fms_form_mgr_proxy_test.cpp | 1913 * @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 D | fms_form_render_stub_test.cpp | 351 int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 1619 int32_t FormMgrProxy::GetFormsCount(bool isTempFormFlag, int32_t &formCount) in GetFormsCount() function in OHOS::AppExecFwk::FormMgrProxy
|
H A D | form_mgr_stub.cpp | 1163 int32_t result = GetFormsCount(isTempFormFlag, formCount); in HandleGetFormsCount()
|
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 2932 EXPECT_CALL(*mockFormMgrService, GetFormsCount(_, _)) in HWTEST_F()
|