Searched refs:CanMeasurePerApplicationPower (Results 1 – 7 of 7) sorted by relevance
102 def CanMeasurePerApplicationPower(self): member in LinuxPlatformBackend103 return self._power_monitor.CanMeasurePerApplicationPower()
187 def CanMeasurePerApplicationPower(self): member in MacPlatformBackend188 return self._power_monitor.CanMeasurePerApplicationPower()
358 def CanMeasurePerApplicationPower(self): member in WinPlatformBackend359 return self._power_monitor.CanMeasurePerApplicationPower()
220 def CanMeasurePerApplicationPower(self): member in PlatformBackend
24 def CanMeasurePerApplicationPower(self): member in PowerMonitor
56 self.assertFalse(power_monitor.CanMeasurePerApplicationPower())
254 def CanMeasurePerApplicationPower(self): member in Platform258 return self._platform_backend.CanMeasurePerApplicationPower()