Searched defs:alarm (Results 1 - 8 of 8) sorted by relevance
/base/time/time_service/services/timer/src/ |
H A D | batch.cpp | 53 bool Batch::Add(const std::shared_ptr<TimerInfo> &alarm) in Add() argument 77 bool Batch::Remove(const TimerInfo &alarm) in Remove() argument 89 auto alarm = *it; Remove() local [all...] |
H A D | timer_proxy.cpp | 72 int32_t TimerProxy::CallbackAlarmIfNeed(const std::shared_ptr<TimerInfo> &alarm) in CallbackAlarmIfNeed() argument 356 RecordUidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) RecordUidTimerMap() argument 380 RecordPidTimerMap(const std::shared_ptr<TimerInfo> &alarm, const bool isRebatched) RecordPidTimerMap() argument 404 RemoveUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) RemoveUidTimerMap() argument 423 RecordProxyUidTimerMap(const std::shared_ptr<TimerInfo> &alarm) RecordProxyUidTimerMap() argument 435 RecordProxyPidTimerMap(const std::shared_ptr<TimerInfo> &alarm) RecordProxyPidTimerMap() argument 447 RemovePidTimerMap(const std::shared_ptr<TimerInfo> &alarm) RemovePidTimerMap() argument [all...] |
H A D | timer_manager.cpp | 368 auto alarm = std::make_shared<TimerInfo>(id, type, when, whenElapsed, windowLength, maxWhen, in SetHandlerLocked() local 451 SetHandlerLocked(std::shared_ptr<TimerInfo> alarm, bool rebatching, bool isRebatched) SetHandlerLocked() argument 632 ProcTriggerTimer(std::shared_ptr<TimerInfo> &alarm, const std::chrono::steady_clock::time_point &nowElapsed) ProcTriggerTimer() argument 683 auto alarm = batch->Get(i); TriggerTimersLocked() local 695 auto alarm = *iter; TriggerTimersLocked() local 752 InsertAndBatchTimerLocked(std::shared_ptr<TimerInfo> alarm) InsertAndBatchTimerLocked() argument 926 UpdateTimersState(std::shared_ptr<TimerInfo> &alarm) UpdateTimersState() argument [all...] |
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 507 ReminderRequestAlarm* alarm = static_cast<ReminderRequestAlarm*>(reminder.GetRefPtr()); in HWTEST_F() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 419 ReminderRequestAlarm* alarm = static_cast<ReminderRequestAlarm*>(reminder.GetRefPtr()); in AppendValuesBucket() local 440 ReminderRequestAlarm* alarm = static_cast<ReminderRequestAlarm*>(reminder.GetRefPtr()); in RecoverFromOldVersion() local 460 ReminderRequestAlarm* alarm = static_cast<ReminderRequestAlarm*>(reminder.GetRefPtr()); in RecoverFromDb() local [all...] |
/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_service_test.cpp | 1298 auto alarm = TimerManager::GetInstance()->mPendingIdleUntil_; in HWTEST_F() local 1358 std::shared_ptr<TimerInfo> alarm; in HWTEST_F() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 428 ReminderRequestAlarm& alarm = (ReminderRequestAlarm&)reminder; in ParseReminderAlarm() local
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 1331 ReminderRequestAlarm &alarm = (ReminderRequestAlarm &)reminder; in PublishReminder() local
|
Completed in 12 milliseconds