Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_socket_request.h179 uint64_t dumpCatcherFinishTime; member
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp967 stats_[index].dumpCatcherFinishTime = request->dumpCatcherFinishTime; in HandleDumpStats()
977 stats.dumpCatcherFinishTime = request->dumpCatcherFinishTime; in HandleDumpStats()
1016 "OVERALL_TIME", stat.dumpCatcherFinishTime - stat.requestTime, in ReportDumpStats()
H A Dfault_logger_daemon.h34 uint64_t dumpCatcherFinishTime = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp112 …requst.dumpCatcherFinishTime = time(nullptr) + 10; // 10 : Get the last 10 seconds of the current … in InitStatsRequests()
121 …requst.dumpCatcherFinishTime = time(nullptr) + 10; // 10 : Get the last 10 seconds of the current … in InitStatsRequests()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp195 stat->dumpCatcherFinishTime = GetTimeMilliSeconds(); in ReportDumpCatcherStats()