Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp205 … reminderDataManager_->RefreshRemindersDueToSysTimeChange(ReminderDataManager::DATE_TIME_CHANGE); in OnReceiveEvent()
H A Dreminder_data_manager.cpp1335 if (type == DATE_TIME_CHANGE) { in HandleRefreshReminder()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h279 static constexpr uint8_t DATE_TIME_CHANGE = 1; variable