Searched refs:DumpHasFormVisible (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/form_fwk/services/include/ |
H A D | form_dump_mgr.h | 65 void DumpHasFormVisible(
|
H A D | form_mgr_adapter.h | 192 int DumpHasFormVisible(const std::string &bundleInfo, std::string &formInfos) const;
|
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 96 formDumpMgr.DumpHasFormVisible(tokenId, bundleName, userId, instIndex, formInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 100 void FormDumpMgr::DumpHasFormVisible( in DumpHasFormVisible() function in OHOS::AppExecFwk::FormDumpMgr
|
H A D | form_mgr_service.cpp | 1401 FormMgrAdapter::GetInstance().DumpHasFormVisible(args, result); in HiDumpHasFormVisible()
|
H A D | form_mgr_adapter.cpp | 1247 int FormMgrAdapter::DumpHasFormVisible(const std::string &bundleInfo, std::string &formInfos) const in DumpHasFormVisible() function in OHOS::AppExecFwk::FormMgrAdapter 1270 FormDumpMgr::GetInstance().DumpHasFormVisible(tokenId, bundleName, userId, instIndex, formInfos); in DumpHasFormVisible()
|
Completed in 12 milliseconds