Home
last modified time | relevance | path

Searched refs:get_current_temperature_max (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/
Dperf.py34 self._temperature_init = utils.get_current_temperature_max()
44 self._temperature_cold = utils.get_current_temperature_max()
97 current_temperature = utils.get_current_temperature_max()
/external/autotest/client/cros/multimedia/
Dsystem_facade_native.py110 def get_current_temperature_max(self): member in SystemFacadeNative
114 return utils.get_current_temperature_max()
/external/autotest/server/cros/multimedia/
Dsystem_facade_adapter.py102 def get_current_temperature_max(self): member in SystemFacadeRemoteAdapter
106 return self._system_proxy.get_current_temperature_max()
/external/autotest/client/bin/
Dtemperature.py33 'Maximum': utils.get_current_temperature_max,
Dutils.py1735 temperature = get_current_temperature_max()
1743 temperature = get_current_temperature_max()
1750 temperature = get_current_temperature_max()
1922 def get_current_temperature_max(): function
/external/autotest/client/common_lib/cros/
Dsystem_metrics_collector.py194 self._store_sample(self.system_facade.get_current_temperature_max())
Dsystem_metrics_collector_unittest.py189 def get_current_temperature_max(self): member in FakeSystemFacade
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py86 temperature = utils.get_current_temperature_max()