/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 65 formMgr.DumpFormInfoByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 181 int DumpFormInfoByFormId(const std::int64_t formId, std::string& formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::MockFormMgrService
|
H A D | mock_form_mgr_proxy.h | 37 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos));
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 64 formMgrService.DumpFormInfoByFormId(formId, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 61 formMgrProxy.DumpFormInfoByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 201 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 39 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos));
|
H A D | mock_form_mgr_service.h | 46 MOCK_METHOD2(DumpFormInfoByFormId, int(const std::int64_t formId, std::string &formInfo));
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_form_mgr_adapter.cpp | 314 int FormMgrAdapter::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) const in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test.cpp | 1386 * @tc.name: test DumpFormInfoByFormId function. 1387 * @tc.desc: Verify that the DumpFormInfoByFormId interface is called normally 1398 int ret = formMgrService.DumpFormInfoByFormId(formId, formInfos); in HWTEST_F() 1402 ret = formMgrService.DumpFormInfoByFormId(formId, formInfos); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 96 int32_t DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 110 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 215 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override;
|
H A D | form_mgr_adapter.h | 207 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) const;
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 218 virtual int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) = 0;
|
H A D | form_mgr_proxy.h | 183 virtual int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 99 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 565 int FormMgrService::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrService 570 return FormMgrAdapter::GetInstance().DumpFormInfoByFormId(formId, formInfo); in DumpFormInfoByFormId() 1423 DumpFormInfoByFormId(formId, result); in HiDumpFormInfoByFormId()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 540 * @tc.desc: test DumpFormInfoByFormId function.
550 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormInfoByFormId(formId, formInfo));
in HWTEST_F() 556 * @tc.desc: test DumpFormInfoByFormId function.
566 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.DumpFormInfoByFormId(formId, formInfo));
in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 475 int FormMgr::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgr 487 return remoteProxy_->DumpFormInfoByFormId(formId, formInfo); in DumpFormInfoByFormId()
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 249 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 391 * @tc.desc: Verify DumpFormInfoByFormId 396 EXPECT_CALL(*mockProxy, DumpFormInfoByFormId(_, _)) in HWTEST_F() 401 auto result = FormMgr::GetInstance().DumpFormInfoByFormId(formId, formInfos); in HWTEST_F() 3471 * @tc.desc: Verify DumpFormInfoByFormId 3479 auto result = FormMgr::GetInstance().DumpFormInfoByFormId(FORM_ID, formInfos); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1766 * @tc.desc: test DumpFormInfoByFormId function 1780 int32_t result = proxy->DumpFormInfoByFormId(formId, formInfo); in HWTEST_F() 1786 * @tc.desc: test DumpFormInfoByFormId function and return ERR_APPEXECFWK_FORM_COMMON_CODE 1802 int32_t result = proxy->DumpFormInfoByFormId(formId, formInfo); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 847 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByFormId(_, _)) in HWTEST_F() 871 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByFormId(_, _)) in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 658 int FormMgrProxy::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrProxy
|