Searched defs:alarm (Results 1 – 7 of 7) sorted by relevance
| /base/time/time_service/services/timer/src/ |
| D | batch.cpp | 53 bool Batch::Add(const std::shared_ptr<TimerInfo> &alarm) in Add() 77 bool Batch::Remove(const TimerInfo &alarm) in Remove() 90 auto alarm = *it; in Remove() local 120 [package_name] (const std::shared_ptr<TimerInfo> &alarm) { in HasPackage()
|
| D | timer_manager.cpp | 261 auto alarm = std::make_shared<TimerInfo>(id, type, when, whenElapsed, windowLength, maxWhen, in SetHandlerLocked() local 321 void TimerManager::SetHandlerLocked(std::shared_ptr<TimerInfo> alarm, bool rebatching, bool doValid… in SetHandlerLocked() 492 void TimerManager::ProcTriggerTimer(std::shared_ptr<TimerInfo> &alarm, in ProcTriggerTimer() 531 auto alarm = batch->Get(i); in TriggerTimersLocked() local 590 void TimerManager::InsertAndBatchTimerLocked(std::shared_ptr<TimerInfo> alarm) in InsertAndBatchTimerLocked() 623 for (const auto &alarm : triggerList) { in DeliverTimersLocked() local 646 void TimerManager::UpdateTimersState(std::shared_ptr<TimerInfo> &alarm) in UpdateTimersState() 657 [this] (std::shared_ptr<TimerInfo> &alarm) { UpdateTimersState(alarm); }); in ProxyTimer() 664 [this] (std::shared_ptr<TimerInfo> &alarm) { UpdateTimersState(alarm); }); in ResetAllProxy() 667 bool TimerManager::CheckAllowWhileIdle(const std::shared_ptr<TimerInfo> &alarm) in CheckAllowWhileIdle() [all …]
|
| D | timer_proxy.cpp | 53 void TimerProxy::CallbackAlarmIfNeed(const std::shared_ptr<TimerInfo> &alarm) in CallbackAlarmIfNeed() 105 for (const auto& alarm : timeInfoVec) { in ProxyTimer() local 125 for (const auto& alarm : timeInfoVec) { in ResetProxyMaps() local 169 void TimerProxy::RecordUidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) in RecordUidTimerMap() 193 void TimerProxy::RemoveUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) in RemoveUidTimerMap()
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ReminderHelperTest.js | 133 let alarm = { variable 174 let alarm = { variable 1019 let alarm = { variable 1060 let alarm = { variable 1101 var alarm = { variable 1135 var alarm = { variable 1310 let alarm = { variable 1340 let alarm = { variable
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | reminder_request_alarm.cpp | 218 ReminderRequestAlarm* alarm = static_cast<ReminderRequestAlarm*>(reminder.GetRefPtr()); in AppendValuesBucket() local
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 1023 ReminderRequestAlarm &alarm = (ReminderRequestAlarm &)reminder; in PublishReminder() local
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | publish.cpp | 422 ReminderRequestAlarm& alarm = (ReminderRequestAlarm&)reminder; in ParseReminderAlarm() local
|