Searched refs:ThermalHelper (Results 1 – 6 of 6) sorted by relevance
38 class ThermalHelper; variable140 ThermalHelper *const thermal_helper_handle);170 ThermalHelper *thermal_helper_handle_;
91 ThermalHelper *const thermal_helper_handle) { in initializeStats()
53 explicit Thermal(const std::shared_ptr<ThermalHelper> &helper);111 std::shared_ptr<ThermalHelper> thermal_helper_;
78 class ThermalHelper {80 virtual ~ThermalHelper() = default;119 class ThermalHelperImpl : public ThermalHelper {
58 Thermal::Thermal(const std::shared_ptr<ThermalHelper> &helper) { in Thermal()
27 class MockThermalHelper : public ThermalHelper {