Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp201 … reminderDataManager_->RefreshRemindersDueToSysTimeChange(ReminderDataManager::TIME_ZONE_CHANGE); in OnReceiveEvent()
H A Dreminder_data_manager.cpp757 std::string typeInfo = type == TIME_ZONE_CHANGE ? "timeZone" : "dateTime"; in RefreshRemindersDueToSysTimeChange()
1332 if (type == TIME_ZONE_CHANGE) { in HandleRefreshReminder()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h278 static constexpr uint8_t TIME_ZONE_CHANGE = 0; variable