Home
last modified time | relevance | path

Searched refs:INVALID_U8_VALUE (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp119 uint8_t setDayTmp = INVALID_U8_VALUE; in GetNextDay()
190 uint8_t setMonth = INVALID_U8_VALUE; in GetNextTriggerTimeAsRepeatReminder()
191 uint8_t setDay = INVALID_U8_VALUE; in GetNextTriggerTimeAsRepeatReminder()
204 if (setDay != INVALID_U8_VALUE) { in GetNextTriggerTimeAsRepeatReminder()
Dreminder_request.cpp49 const uint8_t ReminderRequest::INVALID_U8_VALUE = 0; member in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h646 static const uint8_t INVALID_U8_VALUE; variable