Home
last modified time | relevance | path

Searched refs:ScreenAction (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp28 ScreenAction::ScreenAction(uint32_t displayId) : displayId_(displayId) in ScreenAction() function in OHOS::DisplayPowerMgr::ScreenAction
31 uint32_t ScreenAction::GetDefaultDisplayId() in GetDefaultDisplayId()
39 std::vector<uint32_t> ScreenAction::GetAllDisplayId() in GetAllDisplayId()
51 uint32_t ScreenAction::GetDisplayId() in GetDisplayId()
56 DisplayState ScreenAction::GetDisplayState() in GetDisplayState()
81 bool ScreenAction::EnableSkipSetDisplayState(uint32_t reason) in EnableSkipSetDisplayState()
89 bool ScreenAction::SetDisplayState(DisplayState state, const std::function<void(DisplayState)>& callback) in SetDisplayState()
135 Rosen::PowerStateChangeReason ScreenAction::ParseSpecialReason(uint32_t reason) in ParseSpecialReason()
163 bool ScreenAction
[all...]
H A Dscreen_controller.cpp43 action_ = make_shared<ScreenAction>(displayId); in ScreenController()
H A Ddisplay_power_mgr_service.cpp66 displayIds = ScreenAction::GetAllDisplayId(); in Init()
301 uint32_t id = ScreenAction::GetDefaultDisplayId(); in GetMainDisplayId()
/base/powermgr/display_manager/state_manager/service/native/include/
H A Dscreen_action.h31 class ScreenAction { class
33 ScreenAction(uint32_t displayId);
34 ~ScreenAction() = default;
H A Dscreen_controller.h99 std::shared_ptr<ScreenAction> action_ {nullptr};

Completed in 4 milliseconds