Home
last modified time | relevance | path

Searched refs:SOC (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
H A Dfan_fault_detect_test.cpp41 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 Dthermal_mock_proxy_remote_test.cpp64 SensorType sensorType = SensorType::SOC; in HWTEST_F()
103 SensorType type = SensorType::SOC; in HWTEST_F()
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp60 SensorType type = SensorType::SOC; in HWTEST_F()
H A Dthermal_mock_proxy_writeremoteobject_test.cpp62 SensorType sensorType = SensorType::SOC; in HWTEST_F()
H A Dthermal_action_hub_test.cpp96 g_typeList.push_back(SOC); in InitData()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_srv_sensor_info.h79 SOC = 0, member in OHOS::PowerMgr::SensorType
/base/powermgr/thermal_manager/utils/native/include/
H A Dconstants.h53 const std::string SOC = "soc"; member
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp108 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 Dthermal_observer.cpp72 typeMap_.insert(std::make_pair(SensorType::SOC, sensorType[ARG_0])); in InitSensorTypeMap()

Completed in 5 milliseconds