Searched refs:SOC (Results 1 - 9 of 9) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 41 const std::string SOC = "soc"; member 92 fanSlowSensorInfo.insert(std::make_pair(SOC, TEMP_HIGH_THERHOLD)); in InitFanFaultInfoMap() 97 fanFastSensorInfo.insert(std::make_pair(SOC, TEMP_LOW_THERHOLD)); in InitFanFaultInfoMap() 153 report.insert(std::make_pair(SOC, TEMP_HIGH)); in HWTEST_F() 171 report.insert(std::make_pair(SOC, TEMP_HIGH)); in HWTEST_F() 189 report.insert(std::make_pair(SOC, TEMP_LOW)); in HWTEST_F() 207 report.insert(std::make_pair(SOC, TEMP_LOW)); in HWTEST_F() 226 report.insert(std::make_pair(SOC, TEMP_LOW)); in HWTEST_F() 244 report.insert(std::make_pair(SOC, TEMP_HIGH)); in HWTEST_F() 262 report.insert(std::make_pair(SOC, TEMP_LO in HWTEST_F() [all...] |
H A D | thermal_mock_proxy_remote_test.cpp | 64 SensorType sensorType = SensorType::SOC; in HWTEST_F() 103 SensorType type = SensorType::SOC; in HWTEST_F()
|
H A D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 60 SensorType type = SensorType::SOC; in HWTEST_F()
|
H A D | thermal_mock_proxy_writeremoteobject_test.cpp | 62 SensorType sensorType = SensorType::SOC; in HWTEST_F()
|
H A D | thermal_action_hub_test.cpp | 96 g_typeList.push_back(SOC); in InitData()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
H A D | thermal_srv_sensor_info.h | 79 SOC = 0, member in OHOS::PowerMgr::SensorType
|
/base/powermgr/thermal_manager/utils/native/include/ |
H A D | constants.h | 53 const std::string SOC = "soc"; member
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 108 typelist.push_back(SOC); in InitData() 228 g_service->GetThermalSrvSensorInfo(SensorType::SOC, info); in HWTEST_F() 229 g_thermalMgrClient.GetThermalSensorTemp(SensorType::SOC); in HWTEST_F()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 72 typeMap_.insert(std::make_pair(SensorType::SOC, sensorType[ARG_0])); in InitSensorTypeMap()
|
Completed in 5 milliseconds