Searched refs:SensorClusterPtr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_srv_config_parser.h | 46 bool ParseLevelState(const xmlNodePtr& cur, SensorClusterPtr& sc); 47 bool ParseAuxSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc); 48 bool ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc); 54 std::vector<std::string>& sensors, const uint32_t sensorIdx, SensorClusterPtr& sc);
|
H A D | thermal_config_sensor_cluster.h | 86 using SensorClusterPtr = std::shared_ptr<ThermalConfigSensorCluster>; variable 87 using SensorClusterMap = std::map<std::string, SensorClusterPtr>;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 204 SensorClusterPtr sc = std::make_shared<ThermalConfigSensorCluster>(); in ParseLevelNode() 237 bool ThermalSrvConfigParser::ParseLevelState(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseLevelState() 261 bool ThermalSrvConfigParser::ParseAuxSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseAuxSensorInfo() 361 bool ThermalSrvConfigParser::ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseSensorInfo() 395 std::vector<std::string>& sensors, const uint32_t sensorIdx, SensorClusterPtr& sc) in ParseSensorLevelInfo()
|