Searched refs:REMINDER_STATUS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
51 const uint8_t ReminderRequest::REMINDER_STATUS_ACTIVE = 1; member in OHOS::Notification::ReminderRequest154 …if ((state_ & (REMINDER_STATUS_SHOWING | REMINDER_STATUS_ALERTING | REMINDER_STATUS_ACTIVE)) == 0)… in CanRemove()357 if ((state_ & (REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE)) != 0) { in OnShow()358 SetState(false, REMINDER_STATUS_ACTIVE | REMINDER_STATUS_SNOOZE, "onShow()"); in OnShow()406 if ((state_ & REMINDER_STATUS_ACTIVE) != 0) { in OnStart()415 SetState(true, REMINDER_STATUS_ACTIVE, "OnStart()"); in OnStart()421 if ((state_ & REMINDER_STATUS_ACTIVE) == 0) { in OnStop()425 SetState(false, REMINDER_STATUS_ACTIVE, "OnStop"); in OnStop()1381 if ((state & REMINDER_STATUS_ACTIVE) != 0) { in GetState()
680 static const uint8_t REMINDER_STATUS_ACTIVE; variable