Home
last modified time | relevance | path

Searched refs:GetFormatedTime (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dfaultlog_util.h26 std::string GetFormatedTime(uint64_t time);
Dfaultlog_util.cpp34 std::string GetFormatedTime(uint64_t target) in GetFormatedTime() function
86 ret.append(GetFormatedTime(info.time)); in GetFaultLogName()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp164 std::string timeStr = GetFormatedTime(info.time);
584 std::string timeStr = GetFormatedTime(now);
612 std::string timeStr = GetFormatedTime(now);
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dasan_collector.cpp217 std::string timeStr = GetFormatedTime(timeTmp); in SetHappenTime()