Home
last modified time | relevance | path

Searched refs:dumpRet (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp34 bool dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump() local
35 if (!dumpRet) { in Dump()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp115 bool dumpRet = DumpDmesgLog(fd); in DmesgSaveTofile() local
118 if (!dumpRet) { in DmesgSaveTofile()
/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp320 CollectResult<std::vector<std::string>> dumpRet = traceCollector_->DumpTrace(caller); in DumpSnapshotTrace() local
321 if (dumpRet.retCode != UCollect::UcError::SUCCESS) { in DumpSnapshotTrace()
324 return dumpRet; in DumpSnapshotTrace()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp837 auto dumpRet = g_traceCollector->DumpSnapshot(OHOS::HiviewDFX::UCollect::TraceCaller::DEVELOP); in HandleDumpSnapshot() local
838 if (dumpRet.retCode != OHOS::HiviewDFX::UCollect::UcError::SUCCESS) { in HandleDumpSnapshot()
839 ConsoleLog("error: DumpSnapshot failed, errorCode(" + std::to_string(dumpRet.retCode) +")"); in HandleDumpSnapshot()
843 for (std::string item : dumpRet.data) { in HandleDumpSnapshot()

Completed in 3 milliseconds