Home
last modified time | relevance | path

Searched refs:DumpFormInfoByBundleName (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h50 …MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
H A Dmock_form_mgr_service.h170 int DumpFormInfoByBundleName(const std::string& bundleName, std::string& formInfos) in DumpFormInfoByBundleName() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp64 formMgr.DumpFormInfoByBundleName(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp63 formMgrService.DumpFormInfoByBundleName(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp60 formMgrProxy.DumpFormInfoByBundleName(bundleName, stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h105 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override in DumpFormInfoByBundleName() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h92 int32_t DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override in DumpFormInfoByBundleName() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h194 int DumpFormInfoByBundleName(const std::string bundleName, std::string &formInfos);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h54 …MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
H A Dmock_form_mgr_service.h45 …MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp309 int FormMgrAdapter::DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos)… in DumpFormInfoByBundleName() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test.cpp1314 int ret = formMgrService.DumpFormInfoByBundleName(bundleName, formInfos);
1318 ret = formMgrService.DumpFormInfoByBundleName(bundleName, formInfos);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h211 virtual int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) = 0;
H A Dform_mgr_proxy.h176 …virtual int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) overri…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp553 int FormMgrService::DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) in DumpFormInfoByBundleName() function in OHOS::AppExecFwk::FormMgrService
558 return FormMgrAdapter::GetInstance().DumpFormInfoByBundleName(bundleName, formInfos); in DumpFormInfoByBundleName()
1398 DumpFormInfoByBundleName(args, result); in HiDumpFormInfoByBundleName()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h208 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override;
H A Dform_mgr_adapter.h200 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) const;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp95 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override in DumpFormInfoByBundleName() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp455 int FormMgr::DumpFormInfoByBundleName(const std::string bundleName, std::string &formInfos) in DumpFormInfoByBundleName() function in OHOS::AppExecFwk::FormMgr
467 return remoteProxy_->DumpFormInfoByBundleName(bundleName, formInfos); in DumpFormInfoByBundleName()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1622 …EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.DumpFormInfoByBundleName(bundleName, fo…
1638 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormInfoByBundleName(bundleName, formInfos));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp245 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override in DumpFormInfoByBundleName() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp638 EXPECT_CALL(*mockProxy, DumpFormInfoByBundleName(_, _))
643 auto result = FormMgr::GetInstance().DumpFormInfoByBundleName(bundleName, formInfos);
3463 auto result = FormMgr::GetInstance().DumpFormInfoByBundleName(bundleName, formInfos);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp615 int32_t result = DumpFormInfoByBundleName(bundleName, formInfos); in HandleDumpFormInfoByBundleName()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp1738 int32_t result = proxy->DumpFormInfoByBundleName(bundleName, formInfos);
1760 int32_t result = proxy->DumpFormInfoByBundleName(bundleName, formInfos);
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp800 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByBundleName(_, _))
824 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByBundleName(_, _))

12