/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_proxy.h | 50 …MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
|
H A D | mock_form_mgr_service.h | 170 int DumpFormInfoByBundleName(const std::string& bundleName, std::string& formInfos) in DumpFormInfoByBundleName() function
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 64 formMgr.DumpFormInfoByBundleName(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 63 formMgrService.DumpFormInfoByBundleName(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 60 formMgrProxy.DumpFormInfoByBundleName(bundleName, stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 105 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override in DumpFormInfoByBundleName() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 92 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 D | form_mgr.h | 194 int DumpFormInfoByBundleName(const std::string bundleName, std::string &formInfos);
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 54 …MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
|
H A D | mock_form_mgr_service.h | 45 …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 D | mock_form_mgr_adapter.cpp | 309 int FormMgrAdapter::DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos)… in DumpFormInfoByBundleName() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test.cpp | 1314 int ret = formMgrService.DumpFormInfoByBundleName(bundleName, formInfos); 1318 ret = formMgrService.DumpFormInfoByBundleName(bundleName, formInfos);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 211 virtual int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) = 0;
|
H A D | form_mgr_proxy.h | 176 …virtual int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) overri…
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 553 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 D | form_mgr_service.h | 208 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override;
|
H A D | form_mgr_adapter.h | 200 int DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) const;
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 95 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 D | form_mgr.cpp | 455 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 D | fms_form_mgr_adapter_test.cpp | 1622 …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 D | fms_form_render_stub_test.cpp | 245 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 D | form_mgr_test.cpp | 638 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 D | form_mgr_stub.cpp | 615 int32_t result = DumpFormInfoByBundleName(bundleName, formInfos); in HandleDumpFormInfoByBundleName()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1738 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 D | form_mgr_stub_test.cpp | 800 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByBundleName(_, _)) 824 EXPECT_CALL(*mockFormMgrService, DumpFormInfoByBundleName(_, _))
|