Searched defs:thermal_fields (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/
H A Dpower_status.py79 thermal_fields = { variable in class:ThermalStatACPI
91 thermal_fields = glob.glob(path + '/*')
92 for file in thermal_fields:
99 self.thermal_fields[field] = [field, field_type]
105 super(ThermalStatACPI, self).__init__(self.thermal_fields, path)
115 for field in self.thermal_fields:
137 thermal_fields = {} variable in class:ThermalStatHwmon
152 self.thermal_fields[field_key] = [field_path, int]
154 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath)

Completed in 89 milliseconds