Home
last modified time | relevance | path

Searched refs:SOC (Results 1 – 11 of 11) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dfan_fault_detect_test.cpp34 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 …]
Dthermal_mock_proxy_remote_test.cpp64 SensorType sensorType = SensorType::SOC;
103 SensorType type = SensorType::SOC;
Dthermal_mock_proxy_writeinterfacetoken_test.cpp60 SensorType type = SensorType::SOC;
Dthermal_mock_proxy_writeremoteobject_test.cpp62 SensorType sensorType = SensorType::SOC;
Dthermal_observer_test.cpp129 SensorType type = SensorType::SOC;
Dthermal_action_hub_test.cpp67 g_typeList.push_back(SOC); in InitData()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dthermal_srv_sensor_info.h79 SOC = 0, enumerator
/base/powermgr/thermal_manager/utils/native/include/
Dconstants.h61 constexpr const char* SOC = "soc"; variable
/base/powermgr/battery_lite/
DREADME_zh.md56 …"p105741337153115"><a name="p105741337153115"></a><a name="p105741337153115"></a>获取电池剩余电量(SOC)。</p>
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_interface_test.cpp70 typelist.push_back(SOC); in InitData()
194 int32_t out = thermalMgrClient.GetThermalSensorTemp(SensorType::SOC);
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_observer.cpp77 typeMap_.insert(std::make_pair(SensorType::SOC, sensorType[ARG_0])); in InitSensorTypeMap()