Home
last modified time | relevance | path

Searched refs:REMINDER_STATUS_ALERTING (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp57 const uint8_t ReminderRequest::REMINDER_STATUS_ALERTING = 2; member in OHOS::Notification::ReminderRequest
162 if ((state_ & (REMINDER_STATUS_SHOWING | REMINDER_STATUS_ALERTING | REMINDER_STATUS_ACTIVE)) == 0) { in CanRemove()
287 if ((state_ & REMINDER_STATUS_ALERTING) != 0) { in OnClose()
288 SetState(false, REMINDER_STATUS_ALERTING, "onClose"); in OnClose()
377 SetState(false, REMINDER_STATUS_ALERTING | REMINDER_STATUS_SHOWING | REMINDER_STATUS_SNOOZE, in OnSameNotificationIdCovered()
399 SetState(true, REMINDER_STATUS_ALERTING, "OnShow"); in OnShow()
416 if ((state_ & REMINDER_STATUS_ALERTING) != 0) { in OnSnooze()
417 SetState(false, REMINDER_STATUS_ALERTING, "onSnooze()"); in OnSnooze()
456 if ((state_ & REMINDER_STATUS_ALERTING) == 0) { in OnTerminate()
460 SetState(false, REMINDER_STATUS_ALERTING, "onTerminat in OnTerminate()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h997 static const uint8_t REMINDER_STATUS_ALERTING; member in OHOS::Notification::ReminderRequest

Completed in 4 milliseconds