Searched refs:screen_time_record (Results 1 – 1 of 1) sorted by relevance
5 static TIME screen_time_record = { -1, -1, -1, -1, -1, -1 }; variable86 if (screen_time_record.hour != system_time.hour) in screen_time_update()91 if (screen_time_record.minute != system_time.minute) in screen_time_update()101 if (screen_time_record.day_of_week != system_time.day_of_week) in screen_time_update()106 …if ((screen_time_record.month != system_time.month) || (screen_time_record.day != system_time.day)) in screen_time_update()120 screen_time_record = system_time; in screen_time_update()