Searched refs:ActionCpuIsolate (Results 1 – 4 of 4) sorted by relevance
27 ActionCpuIsolate::ActionCpuIsolate(const std::string& actionName) in ActionCpuIsolate() function in OHOS::PowerMgr::ActionCpuIsolate32 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()
23 class ActionCpuIsolate : public IThermalAction, public SocActionBase {25 ActionCpuIsolate(const std::string& actionName);26 ~ActionCpuIsolate() = default;
58 std::shared_ptr<ActionCpuIsolate> g_actionCpuIsolate = std::make_shared<ActionCpuIsolate>("isolate"…
70 [&](std::string actionName) { return std::make_shared<ActionCpuIsolate>(actionName); }), in InitFactory()