Home
last modified time | relevance | path

Searched refs:dumpRet (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/dump_catcher/
Ddump_catcher.cpp35 bool dumpRet = false; in Dump() local
38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
51 if (!dumpRet) { in Dump()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp119 bool dumpRet = DumpDmesgLog(fd); in DmesgSaveTofile() local
122 if (!dumpRet) { in DmesgSaveTofile()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp802 auto dumpRet = service->Dump(-1, args); variable
803 ASSERT_TRUE(dumpRet == -1);
804 dumpRet = service->Dump(0, args);
805 ASSERT_TRUE(dumpRet == 0);