Home
last modified time | relevance | path

Searched refs:tsBegin (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp196 tsBegin = LogTimeStamp(CLOCK_REALTIME); in Reset()
216 return tsBegin; in GetBeginTs()
Dservice_controller.cpp176 const LogTimeStamp tsBegin = stats.GetBeginTs(); in SendOverallStats() local
177 rsp.tsBeginSec = tsBegin.tv_sec; in SendOverallStats()
178 rsp.tsBeginNsec = tsBegin.tv_nsec; in SendOverallStats()
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h170 LogTimeStamp tsBegin; variable