Home
last modified time | relevance | path

Searched refs:ActionCpuIsolate (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_isolate.cpp27 ActionCpuIsolate::ActionCpuIsolate(const std::string& actionName) in ActionCpuIsolate() function in OHOS::PowerMgr::ActionCpuIsolate
32 void ActionCpuIsolate::InitParams(const std::string& params) in InitParams()
37 void ActionCpuIsolate::SetStrict(bool enable) in SetStrict()
42 void ActionCpuIsolate::SetEnableEvent(bool enable) in SetEnableEvent()
47 void ActionCpuIsolate::AddActionValue(std::string value) in AddActionValue()
55 void ActionCpuIsolate::Execute() in Execute()
70 uint32_t ActionCpuIsolate::GetActionValue() in GetActionValue()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/action_soc/
H A Daction_cpu_isolate.h23 class ActionCpuIsolate : public IThermalAction, public SocActionBase {
25 ActionCpuIsolate(const std::string& actionName);
26 ~ActionCpuIsolate() = default;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp58 std::shared_ptr<ActionCpuIsolate> g_actionCpuIsolate = std::make_shared<ActionCpuIsolate>("isolate"…
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_factory.cpp70 [&](std::string actionName) { return std::make_shared<ActionCpuIsolate>(actionName); }), in InitFactory()