Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp144 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived() local
152 configStats->creation_time_sec = nowTimeSec; in noteConfigReceived()
165 configStats->deletion_time_sec = nowTimeSec; in noteConfigReceived()
173 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked() local
174 it->second->deletion_time_sec = nowTimeSec; in noteConfigRemovedInternalLocked()