Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp56 const uint8_t ReminderRequest::REMINDER_STATUS_ACTIVE = 1; member in OHOS::Notification::ReminderRequest
162 if ((state_ & (REMINDER_STATUS_SHOWING | REMINDER_STATUS_ALERTING | REMINDER_STATUS_ACTIVE)) == 0) { in CanRemove()
383 if ((state_ & (REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE)) != 0) { in OnShow()
384 SetState(false, REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE, "onShow()"); in OnShow()
432 if ((state_ & REMINDER_STATUS_ACTIVE) != 0) { in OnStart()
441 SetState(true, REMINDER_STATUS_ACTIVE, "OnStart()"); in OnStart()
447 if ((state_ & REMINDER_STATUS_ACTIVE) == 0) { in OnStop()
451 SetState(false, REMINDER_STATUS_ACTIVE, "OnStop"); in OnStop()
1415 if ((state & REMINDER_STATUS_ACTIVE) != 0) { in GetState()
1597 SetState(false, (REMINDER_STATUS_SHOWING | REMINDER_STATUS_ALERTING | REMINDER_STATUS_ACTIVE), in SetStateToInActive()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h996 static const uint8_t REMINDER_STATUS_ACTIVE; member in OHOS::Notification::ReminderRequest

Completed in 5 milliseconds