Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/guardrail/
H A DStatsdStats.h292 void noteAtomLogged(int atomId, int32_t timeSec);
365 void noteSystemServerRestart(int32_t timeSec);
639 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
641 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes, int32_t timeSec);
643 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
645 void noteActiveStatusChanged(const ConfigKey& key, bool activate, int32_t timeSec);
647 void noteActivationBroadcastGuardrailHit(const int uid, int32_t timeSec);
H A DStatsdStats.cpp212 void StatsdStats::noteBroadcastSent(const ConfigKey& key, int32_t timeSec) { in noteBroadcastSent() argument
222 it->second->broadcast_sent_time_sec.push_back(timeSec); in noteBroadcastSent()
241 vec.push_back(timeSec); in noteActiveStatusChanged()
254 guardrailTimes.push_back(timeSec); in noteActivationBroadcastGuardrailHit()
288 it->second->data_drop_time_sec.push_back(timeSec); in noteDataDropped()
297 int32_t timeSec) { in noteMetricsReportSent() argument
459 void StatsdStats::noteAtomLogged(int atomId, int32_t timeSec) { in noteAtomLogged() argument
474 void StatsdStats::noteSystemServerRestart(int32_t timeSec) { in noteSystemServerRestart() argument
480 mSystemServerRestartSec.push_back(timeSec); in noteSystemServerRestart()
653 string buildTimeString(int64_t timeSec) { in buildTimeString() argument
[all …]
/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A DAlarmMonitor.cpp133 int64_t AlarmMonitor::secToMs(uint32_t timeSec) { in secToMs() argument
134 return ((int64_t)timeSec) * 1000; in secToMs()
H A DAlarmMonitor.h150 int64_t secToMs(uint32_t timeSec);
/aosp12/system/chre/host/common/
H A Dlog_message_parser_base.cc144 uint32_t timeSec = timestampMillis / kOneSecondInMilliseconds; in emitLogMessage() local
147 LOG_PRI(priority, kLogTag, kHubLogFormatStr, timeSec, timeMsRemainder, in emitLogMessage()