Searched refs:SystemEventStats (Results 1 – 3 of 3) sorted by relevance
39 system_event_stats: carwatchdog_dump_parser.SystemEventStats, argument40 system_event_pb: performancestats_pb2.SystemEventStats, argument119 system_event_pb: performancestats_pb2.SystemEventStats, argument120 ) -> Optional[carwatchdog_dump_parser.SystemEventStats]:125 system_event_stats = carwatchdog_dump_parser.SystemEventStats()234 boot_time_stats_pb = performancestats_pb2.SystemEventStats()239 last_n_minutes_stats_pb = performancestats_pb2.SystemEventStats()247 custom_collection_stats_pb = performancestats_pb2.SystemEventStats()
408 class SystemEventStats: class457 def set_boot_time_stats(self, stats: SystemEventStats) -> None: argument461 def set_last_n_minutes_stats(self, stats: SystemEventStats) -> None: argument465 def set_custom_collection_stats(self, stats: SystemEventStats) -> None: argument469 def get_boot_time_stats(self) -> Optional[SystemEventStats]:475 def get_last_n_minutes_stats(self) -> Optional[SystemEventStats]:481 def get_custom_collection_stats(self) -> Optional[SystemEventStats]:717 ) -> Tuple[SystemEventStats, int]:719 system_event_stats = SystemEventStats()
120 message SystemEventStats { message125 optional SystemEventStats boot_time_stats = 1;126 repeated SystemEventStats user_switch_stats = 2;127 optional SystemEventStats custom_collection_stats = 3;128 optional SystemEventStats last_n_minutes_stats = 4;