Searched refs:CanMeasurePerApplicationPower (Results 1 – 7 of 7) sorted by relevance
99 def CanMeasurePerApplicationPower(self): member in LinuxPlatformBackend100 return self._power_monitor.CanMeasurePerApplicationPower()
173 def CanMeasurePerApplicationPower(self): member in MacPlatformBackend174 return self._power_monitor.CanMeasurePerApplicationPower()
335 def CanMeasurePerApplicationPower(self): member in WinPlatformBackend336 return self._power_monitor.CanMeasurePerApplicationPower()
217 def CanMeasurePerApplicationPower(self): member in PlatformBackend
24 def CanMeasurePerApplicationPower(self): member in PowerMonitor
56 self.assertFalse(power_monitor.CanMeasurePerApplicationPower())
235 def CanMeasurePerApplicationPower(self): member in Platform239 return self._platform_backend.CanMeasurePerApplicationPower()