Home
last modified time | relevance | path

Searched refs:MILLISEC_TO_SEC (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp37 constexpr int64_t MILLISEC_TO_SEC = 1000; member
101 int64_t endTime = today0Time > MILLISEC_TO_SEC ? (today0Time - MILLISEC_TO_SEC) : 0; in GetAppUsageInfosByUserId()
112 std::string dateStr = TimeUtil::TimestampFormatToDate(startTime / MILLISEC_TO_SEC, DATE_FORMAT); in GetAppUsageInfosByUserId()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp48 static constexpr uint64_t MILLISEC_TO_SEC = 1000; member
434 uint64_t currentTime = TimeUtil::GetMilliseconds() / MILLISEC_TO_SEC; in HitraceCapture()

Completed in 2 milliseconds