Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Dscreen_action.h37 static std::vector<uint32_t> GetAllDisplayId();
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_action.h40 static std::vector<uint32_t> GetAllDisplayId();
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp38 std::vector<uint32_t> ScreenAction::GetAllDisplayId() in GetAllDisplayId() function in OHOS::DisplayPowerMgr::ScreenAction
H A Ddisplay_power_mgr_service.cpp64 displayIds = ScreenAction::GetAllDisplayId(); in Init()