Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp251 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived() local
259 configStats->creation_time_sec = nowTimeSec; in noteConfigReceived()
273 configStats->deletion_time_sec = nowTimeSec; in noteConfigReceived()
281 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked() local
282 it->second->deletion_time_sec = nowTimeSec; in noteConfigRemovedInternalLocked()
1048 const int32_t nowTimeSec = getWallClockSec(); in noteSubscriptionStarted() local
1053 subscriptionStats.start_time_sec = nowTimeSec; in noteSubscriptionStarted()
1065 const int32_t nowTimeSec = getWallClockSec(); in noteSubscriptionEnded() local
1066 it->second.end_time_sec = nowTimeSec; in noteSubscriptionEnded()