Searched refs:popSoonerThan (Results 1 – 7 of 7) sorted by relevance
22 TEST(AlarmMonitor, popSoonerThan) { in TEST() argument29 set = am.popSoonerThan(5); in TEST()46 set = am.popSoonerThan(5); in TEST()49 set = am.popSoonerThan(30); in TEST()56 set = am.popSoonerThan(60); in TEST()61 set = am.popSoonerThan(80); in TEST()
49 subscriberAlarmMonitor->popSoonerThan(static_cast<uint32_t>(currentTimeSec)); in TEST()55 firedAlarmSet = subscriberAlarmMonitor->popSoonerThan(static_cast<uint32_t>(currentTimeSec)); in TEST()
69 auto alarmSet = processor->getPeriodicAlarmMonitor()->popSoonerThan( in TEST()78 alarmSet = processor->getPeriodicAlarmMonitor()->popSoonerThan( in TEST()
158 auto alarmSet = processor->getAnomalyAlarmMonitor()->popSoonerThan( in TEST()192 alarmSet = processor->getAnomalyAlarmMonitor()->popSoonerThan( in TEST()425 auto alarmSet = processor->getAnomalyAlarmMonitor()->popSoonerThan( in TEST()
97 unordered_set<sp<const InternalAlarm>, SpHash<InternalAlarm>> popSoonerThan(
95 unordered_set<sp<const InternalAlarm>, SpHash<InternalAlarm>> AlarmMonitor::popSoonerThan( in popSoonerThan() function in android::os::statsd::AlarmMonitor
800 mAnomalyAlarmMonitor->popSoonerThan(static_cast<uint32_t>(currentTimeSec)); in informAnomalyAlarmFired()816 mPeriodicAlarmMonitor->popSoonerThan(static_cast<uint32_t>(currentTimeSec)); in informAlarmForSubscriberTriggeringFired()