Searched refs:TIME_ZONE_CHANGE (Results 1 – 3 of 3) sorted by relevance
201 … reminderDataManager_->RefreshRemindersDueToSysTimeChange(ReminderDataManager::TIME_ZONE_CHANGE); in OnReceiveEvent()
757 std::string typeInfo = type == TIME_ZONE_CHANGE ? "timeZone" : "dateTime"; in RefreshRemindersDueToSysTimeChange()1332 if (type == TIME_ZONE_CHANGE) { in HandleRefreshReminder()
278 static constexpr uint8_t TIME_ZONE_CHANGE = 0; variable