Home
last modified time | relevance | path

Searched refs:ThermalKernelPolicy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp29 bool ThermalKernelPolicy::Init() in Init()
37 void ThermalKernelPolicy::LevelDecision() in LevelDecision()
52 void ThermalKernelPolicy::PolicyDecision() in PolicyDecision()
82 void ThermalKernelPolicy::ActionExecution() in ActionExecution()
104 void ThermalKernelPolicy::SetCallback() in SetCallback()
132 void ThermalKernelPolicy::SetMultiples() in SetMultiples()
158 void ThermalKernelPolicy::CalculateMaxCd() in CalculateMaxCd()
182 ThermalKernelPolicy::ThermalZoneMap ThermalKernelPolicy::GetThermalZoneMap() in GetThermalZoneMap()
187 std::vector<LevelAction> ThermalKernelPolicy::GetLevelAction() in GetLevelAction()
192 int32_t ThermalKernelPolicy::GetMaxCd() in GetMaxCd()
[all …]
H A Dthermal_kernel_config_file.cpp94 ThermalKernelPolicy::ThermalZoneMap tzInfoMap; in ParseControlNode()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dthermal_kernel_policy.h37 class ThermalKernelPolicy {
42 ThermalKernelPolicy() {}; in ThermalKernelPolicy() function
43 ~ThermalKernelPolicy() {}; in ~ThermalKernelPolicy()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_kernel_service.h42 std::shared_ptr<ThermalKernelPolicy> GetPolicy() const in GetPolicy()
63 std::shared_ptr<ThermalKernelPolicy> policy_ {nullptr};
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_kernel_service.cpp46 policy_ = std::make_shared<ThermalKernelPolicy>(); in Init()