Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.cpp94 int64_t currentEpochSeconds = static_cast<int64_t>(mktime(&currentTm)); in calculateStartAndDuration() local
95 return std::make_tuple(startTime, currentEpochSeconds - startTime); in calculateStartAndDuration()