OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInRefractoryPeriod
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/statsd/src/anomaly/
DurationAnomalyTracker.cpp
42
if (
isInRefractoryPeriod
(timestampNs, dimensionKey)) {
AnomalyTracker.h
169
bool
isInRefractoryPeriod
(const int64_t& timestampNs, const MetricDimensionKey& key) const;
AnomalyTracker.cpp
212
if (
isInRefractoryPeriod
(timestampNs, key)) {
247
bool AnomalyTracker::
isInRefractoryPeriod
(const int64_t& timestampNs,
Completed in 116 milliseconds