Home
last modified time | relevance | path

Searched refs:DumpFormInfoByFormId (Results 1 - 25 of 28) sorted by relevance

12

/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp65 formMgr.DumpFormInfoByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h181 int DumpFormInfoByFormId(const std::int64_t formId, std::string& formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::MockFormMgrService
H A Dmock_form_mgr_proxy.h37 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos));
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp64 formMgrService.DumpFormInfoByFormId(formId, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp61 formMgrProxy.DumpFormInfoByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h201 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h39 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos));
H A Dmock_form_mgr_service.h46 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 Dmock_form_mgr_adapter.cpp314 int FormMgrAdapter::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) const in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test.cpp1386 * @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 Dmock_form_mgr_service.h96 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 Dform_extension_context_mock_test.h110 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h215 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override;
H A Dform_mgr_adapter.h207 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) const;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h218 virtual int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) = 0;
H A Dform_mgr_proxy.h183 virtual int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp99 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp565 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 Dfms_form_mgr_adapter_test.cpp540 * @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 Dform_mgr.cpp475 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 Dfms_form_render_stub_test.cpp249 int DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) override
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp391 * @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 Dfms_form_mgr_proxy_test.cpp1766 * @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 Dform_mgr_stub_test.cpp847 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 Dform_mgr_proxy.cpp658 int FormMgrProxy::DumpFormInfoByFormId(const std::int64_t formId, std::string &formInfo) in DumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrProxy

Completed in 41 milliseconds

12