Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Daction_cpu_boost.cpp28 ActionCpuBoost::ActionCpuBoost(const std::string& actionName) in ActionCpuBoost() function in OHOS::PowerMgr::ActionCpuBoost
33 void ActionCpuBoost::InitParams(const std::string& params) in InitParams()
38 void ActionCpuBoost::SetStrict(bool enable) in SetStrict()
43 void ActionCpuBoost::SetEnableEvent(bool enable) in SetEnableEvent()
48 void ActionCpuBoost::AddActionValue(std::string value) in AddActionValue()
56 void ActionCpuBoost::Execute() in Execute()
76 uint32_t ActionCpuBoost::GetActionValue() in GetActionValue()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/action_soc/
H A Daction_cpu_boost.h25 class ActionCpuBoost : public IThermalAction, public SocActionBase {
27 ActionCpuBoost(const std::string& actionName);
28 ~ActionCpuBoost() = default;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_factory.cpp68 [&](std::string actionName) { return std::make_shared<ActionCpuBoost>(actionName); }), in InitFactory()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_action_test.cpp53 class MockActionCpuBoost : public ActionCpuBoost {
55 MockActionCpuBoost() : ActionCpuBoost("boost") {} in MockActionCpuBoost()