Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/utils/dfx/hisysevent_adapter/
Dstatistic_reporter.h38 static const inline int ONE_MINUTE_IN_SECONDS = 60; variable
Dstatistic_reporter.cpp87 int nTime = (nMin)*ONE_MINUTE_IN_SECONDS + (nHours)*ONE_HOUR_IN_SECONDS; in StartTimerThread()