Home
last modified time | relevance | path

Searched refs:stats_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp971 for (index = 0; index < stats_.size(); index++) { in HandleDumpStats()
972 if (stats_[index].pid == request->pid) { in HandleDumpStats()
985 stats_.emplace_back(stats); in HandleDumpStats()
987 stats_[index].requestTime = request->requestTime; in HandleDumpStats()
988 stats_[index].dumpCatcherFinishTime = request->dumpCatcherFinishTime; in HandleDumpStats()
989 stats_[index].callerElfName = GetElfName(request); in HandleDumpStats()
990 stats_[index].callerProcessName = request->callerProcess; in HandleDumpStats()
991 stats_[index].result = request->result; in HandleDumpStats()
992 stats_[index].summary = request->summary; in HandleDumpStats()
993 ReportDumpStats(stats_[inde in HandleDumpStats()
[all...]
H A Dfault_logger_daemon.h107 std::vector<DumpStats> stats_; member in OHOS::HiviewDFX::FaultLoggerDaemon

Completed in 3 milliseconds