Home
last modified time | relevance | path

Searched refs:HiDumpFormInfoByFormId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp92 formMgrService.HiDumpFormInfoByFormId(value, result); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp672 formMgrService.HiDumpFormInfoByFormId(args, formInfo);
675 formMgrService.HiDumpFormInfoByFormId(args0, formInfo);
677 formMgrService.HiDumpFormInfoByFormId(args1, formInfo);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h702 void HiDumpFormInfoByFormId(const std::string &args, std::string &result);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1251 return HiDumpFormInfoByFormId(value, result); in Dump()
1417 void FormMgrService::HiDumpFormInfoByFormId(const std::string &args, std::string &result) in HiDumpFormInfoByFormId() function in OHOS::AppExecFwk::FormMgrService
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp841 formMgrService->HiDumpFormInfoByFormId(args, result);