Home
last modified time | relevance | path

Searched refs:GetSensorStatusMap (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h54 MOCK_METHOD((const std::unordered_map<std::string, SensorStatus> &), GetSensorStatusMap, (),
/hardware/google/pixel/thermal/
Dthermal-helper.h104 virtual const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const = 0;
165 const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const override { in GetSensorStatusMap() function
DThermal.cpp704 const auto &sensor_status_map = thermal_helper_->GetSensorStatusMap(); in dumpThermalData()