Home
last modified time | relevance | path

Searched defs:SNOOZE_TIMES (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_table_old.h90 static const std::string SNOOZE_TIMES; variable
Dreminder_table.h79 static const std::string SNOOZE_TIMES; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_table_old.cpp33 const std::string ReminderTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderTable
Dreminder_table.cpp31 const std::string ReminderBaseTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h58 const char* SNOOZE_TIMES = "snoozeTimes"; variable