Searched refs:REMINDER_STATUS_ALERTING (Results 1 – 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 43 const uint8_t ReminderRequest::REMINDER_STATUS_ALERTING = 2; member in OHOS::Notification::ReminderRequest 135 …if ((state_ & (REMINDER_STATUS_SHOWING | REMINDER_STATUS_ALERTING | REMINDER_STATUS_ACTIVE)) == 0)… in CanRemove() 240 if ((state_ & REMINDER_STATUS_ALERTING) != 0) { in OnClose() 241 SetState(false, REMINDER_STATUS_ALERTING, "onClose"); in OnClose() 325 SetState(false, REMINDER_STATUS_ALERTING | REMINDER_STATUS_SHOWING | REMINDER_STATUS_SNOOZE, in OnSameNotificationIdCovered() 347 SetState(true, REMINDER_STATUS_ALERTING, "OnShow"); in OnShow() 364 if ((state_ & REMINDER_STATUS_ALERTING) != 0) { in OnSnooze() 365 SetState(false, REMINDER_STATUS_ALERTING, "onSnooze()"); in OnSnooze() 403 if ((state_ & REMINDER_STATUS_ALERTING) == 0) { in OnTerminate() 407 SetState(false, REMINDER_STATUS_ALERTING, "onTerminate"); in OnTerminate() [all …]
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 607 static const uint8_t REMINDER_STATUS_ALERTING; variable
|