Home
last modified time | relevance | path

Searched refs:SetSocPerfThermalLevel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/action_soc/
H A Dsoc_action_base.h30 virtual void SetSocPerfThermalLevel(uint32_t level);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Dsoc_action_base.cpp43 void SocActionBase::SetSocPerfThermalLevel(uint32_t level) in SetSocPerfThermalLevel() function in OHOS::PowerMgr::SocActionBase
H A Daction_cpu_boost.cpp66 SetSocPerfThermalLevel(value); in Execute()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_action_test.cpp59 virtual void SetSocPerfThermalLevel(uint32_t level);
119 void MockActionCpuBoost::SetSocPerfThermalLevel(uint32_t level) in SetSocPerfThermalLevel() function in MockActionCpuBoost