Home
last modified time | relevance | path

Searched refs:REMINDER_STATUS_SNOOZE (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp54 const uint8_t ReminderRequest::REMINDER_STATUS_SNOOZE = 8; member in OHOS::Notification::ReminderRequest
260 SetState(false, REMINDER_STATUS_SHOWING | REMINDER_STATUS_SNOOZE, "onClose()"); in OnClose()
351 SetState(false, REMINDER_STATUS_ALERTING | REMINDER_STATUS_SHOWING | REMINDER_STATUS_SNOOZE, in OnSameNotificationIdCovered()
357 if ((state_ & (REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE)) != 0) { in OnShow()
358 SetState(false, REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE, "onShow()"); in OnShow()
386 if ((state_ & REMINDER_STATUS_SNOOZE) != 0) { in OnSnooze()
399 SetState(true, REMINDER_STATUS_SNOOZE, "onSnooze()"); in OnSnooze()
1399 if ((state & REMINDER_STATUS_SNOOZE) != 0) { in GetState()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h683 static const uint8_t REMINDER_STATUS_SNOOZE; variable