Home
last modified time | relevance | path

Searched refs:AuxLevelItem (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp83 std::vector<AuxLevelItem> auxLevel;
88 AuxLevelItem auxItem;
303 std::vector<AuxLevelItem> auxLevel;
309 AuxLevelItem item;
H A Dthermal_config_file_parser.cpp372 std::vector<AuxLevelItem> ThermalConfigFileParser::ParseAuxSensorSubnodeInfo(const xmlNode* cur, in ParseAuxSensorSubnodeInfo()
375 std::vector<AuxLevelItem> auxItems; in ParseAuxSensorSubnodeInfo()
378 AuxLevelItem auxlevelItem; in ParseAuxSensorSubnodeInfo()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h33 struct AuxLevelItem { struct
41 using AuxSensorInfoMap = std::map<std::string, std::vector<AuxLevelItem>>; argument
H A Dthermal_srv_config_parser.h50 const uint32_t sensorIdx, std::vector<AuxLevelItem>& auxLevelItem);
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h61 std::vector<AuxLevelItem> ParseAuxSensorSubnodeInfo(const xmlNode* cur,
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp271 std::vector<AuxLevelItem> auxLevelItems; in ParseAuxSensorInfo()
295 …std::vector<std::string>& auxsensors, const uint32_t sensorIdx, std::vector<AuxLevelItem>& auxLeve… in ParseAuxSensorLevInfo()
302 AuxLevelItem auxlevelItem; in ParseAuxSensorLevInfo()