Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_test.cpp61 std::string timeStr = GetCurrentTimeStr(static_cast<uint64_t>(now));
65 timeStr = GetCurrentTimeStr(static_cast<uint64_t>(now));
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp57 headerInfo << "Timestamp:" << GetCurrentTimeStr(request->timeStamp); in PrintDumpHeader()
58 …DfxRingBufferWrapper::GetInstance().AppendMsg("Timestamp:" + GetCurrentTimeStr(request->timeStamp)… in PrintDumpHeader()
60 headerInfo << "Timestamp:" << GetCurrentTimeStr(); in PrintDumpHeader()
61 DfxRingBufferWrapper::GetInstance().AppendMsg("Timestamp:" + GetCurrentTimeStr()); in PrintDumpHeader()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.h36 AT_SYMBOL_DEFAULT std::string GetCurrentTimeStr(uint64_t current = 0);
H A Ddfx_util.cpp105 std::string GetCurrentTimeStr(uint64_t current) in GetCurrentTimeStr() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp208 ss << "" << std::endl << "Timestamp:" << GetCurrentTimeStr();