Searched refs:nowTimeSec (Results 1 – 1 of 1) sorted by relevance
251 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived() local259 configStats->creation_time_sec = nowTimeSec; in noteConfigReceived()273 configStats->deletion_time_sec = nowTimeSec; in noteConfigReceived()281 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked() local282 it->second->deletion_time_sec = nowTimeSec; in noteConfigRemovedInternalLocked()1048 const int32_t nowTimeSec = getWallClockSec(); in noteSubscriptionStarted() local1053 subscriptionStats.start_time_sec = nowTimeSec; in noteSubscriptionStarted()1065 const int32_t nowTimeSec = getWallClockSec(); in noteSubscriptionEnded() local1066 it->second.end_time_sec = nowTimeSec; in noteSubscriptionEnded()