Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_display.cpp37 ActionDisplay::ActionDisplay(const std::string& actionName) in ActionDisplay() function in OHOS::PowerMgr::ActionDisplay
42 void ActionDisplay::InitParams(const std::string& params) in InitParams()
47 void ActionDisplay::SetStrict(bool enable) in SetStrict()
52 void ActionDisplay::SetEnableEvent(bool enable) in SetEnableEvent()
57 void ActionDisplay::AddActionValue(std::string value) in AddActionValue()
65 void ActionDisplay::Execute() in Execute()
84 float ActionDisplay::GetActionValue() in GetActionValue()
97 void ActionDisplay::RequestDisplay(float factor) in RequestDisplay()
107 void ActionDisplay::ExecuteMock(float factor) in ExecuteMock()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_display.h23 class ActionDisplay : public IThermalAction {
25 ActionDisplay(const std::string& actionName);
26 ~ActionDisplay() = default;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp59 std::shared_ptr<ActionDisplay> g_actionDisplay = std::make_shared<ActionDisplay>("lcd");
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_factory.cpp54 [&](std::string actionName) { return std::make_shared<ActionDisplay>(actionName); }), in InitFactory()