Searched refs:SOC (Results 1 – 11 of 11) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/ |
D | fan_fault_detect_test.cpp | 34 const std::string SOC = "soc"; variable 76 fanSlowSensorInfo.insert(std::make_pair(SOC, TEMP_HIGH_THERHOLD)); in InitFanFaultInfoMap() 81 fanFastSensorInfo.insert(std::make_pair(SOC, TEMP_LOW_THERHOLD)); in InitFanFaultInfoMap() 129 report.insert(std::make_pair(SOC, TEMP_HIGH)); 147 report.insert(std::make_pair(SOC, TEMP_HIGH)); 165 report.insert(std::make_pair(SOC, TEMP_LOW)); 183 report.insert(std::make_pair(SOC, TEMP_LOW)); 201 report.insert(std::make_pair(SOC, TEMP_LOW)); 219 report.insert(std::make_pair(SOC, TEMP_HIGH)); 237 report.insert(std::make_pair(SOC, TEMP_LOW)); [all …]
|
D | thermal_mock_proxy_remote_test.cpp | 64 SensorType sensorType = SensorType::SOC; 103 SensorType type = SensorType::SOC;
|
D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 60 SensorType type = SensorType::SOC;
|
D | thermal_mock_proxy_writeremoteobject_test.cpp | 62 SensorType sensorType = SensorType::SOC;
|
D | thermal_observer_test.cpp | 129 SensorType type = SensorType::SOC;
|
D | thermal_action_hub_test.cpp | 67 g_typeList.push_back(SOC); in InitData()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | thermal_srv_sensor_info.h | 79 SOC = 0, enumerator
|
/base/powermgr/thermal_manager/utils/native/include/ |
D | constants.h | 61 constexpr const char* SOC = "soc"; variable
|
/base/powermgr/battery_lite/ |
D | README_zh.md | 56 …"p105741337153115"><a name="p105741337153115"></a><a name="p105741337153115"></a>获取电池剩余电量(SOC)。</p>
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
D | thermal_mgr_interface_test.cpp | 70 typelist.push_back(SOC); in InitData() 194 int32_t out = thermalMgrClient.GetThermalSensorTemp(SensorType::SOC);
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
D | thermal_observer.cpp | 77 typeMap_.insert(std::make_pair(SensorType::SOC, sensorType[ARG_0])); in InitSensorTypeMap()
|