Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h26 static const uint32_t INVALID_REMINDER_MODE = 0xffffffff; variable
478 uint32_t reminderMode_ = {INVALID_REMINDER_MODE};
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp297 if (reminderMode_ != INVALID_REMINDER_MODE) { in GetReminderMode()