Home
last modified time | relevance | path

Searched refs:HiDumpFormInfoByBundleName (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp91 formMgrService.HiDumpFormInfoByBundleName(value, result); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h691 void HiDumpFormInfoByBundleName(const std::string &args, std::string &result);
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp815 * @tc.desc: test HiDumpFormInfoByBundleName function.
825 formMgrService->HiDumpFormInfoByBundleName(args, result); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp675 formMgrService.HiDumpFormInfoByBundleName(args, formInfo); in HWTEST_F()
H A Dfms_form_mgr_service_test.cpp1437 * @tc.name: test HiDumpFormInfoByBundleName function.
1438 * @tc.desc: Verify that the HiDumpFormInfoByBundleName interface is called normally
1446 formMgrService.HiDumpFormInfoByBundleName(args, result); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1244 return HiDumpFormInfoByBundleName(value, result); in Dump()
1387 void FormMgrService::HiDumpFormInfoByBundleName(const std::string &args, std::string &result) in HiDumpFormInfoByBundleName() function in OHOS::AppExecFwk::FormMgrService

Completed in 12 milliseconds