Home
last modified time | relevance | path

Searched refs:TimeStampToStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h58 static std::string TimeStampToStr(const time_t timeStamp);
H A Dfault_detector_util.cpp232 return TimeStampToStr(now); in GetRealTime()
241 string FaultDetectorUtil::TimeStampToStr(const time_t timeStamp) in TimeStampToStr() function in OHOS::HiviewDFX::FaultDetectorUtil