Home
last modified time | relevance | path

Searched refs:GetModeId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp69 auto modeId = GetModeId(); in GetWidth()
80 auto modeId = GetModeId(); in GetHeight()
205 uint32_t Screen::GetModeId() const in GetModeId() function in OHOS::Rosen::Screen
208 return pImpl_->GetScreenInfo()->GetModeId(); in GetModeId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp122 if (mode->GetModeId() != id) { in GetModeViaId()
179 int32_t modeIdFound = mode->GetModeId(); in GetModeIdViaResolutionAndRate()
H A Dhgm_screen.h147 int32_t GetModeId() const in GetModeId() function
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_change_test.cpp241 uint32_t usedModeIdx = defaultScreen_->GetModeId();
258 uint32_t usedModeIdx = defaultScreen_->GetModeId();
285 uint32_t usedModeIdx = defaultScreen_->GetModeId();
H A Dscreen_manager_test.cpp509 auto defaultModeId = screen->GetModeId();
514 ASSERT_EQ(modeIdx, screen->GetModeId());
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h128 uint32_t GetModeId() const;
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp113 auto id = screenInfo->GetModeId(); in GetScreenModesByDisplayId()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen.cpp304 … napi_set_named_property(env, objValue, "activeModeIndex", CreateJsValue(env, info->GetModeId())); in CreateJsScreenObject()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2424 auto id = screenInfo->GetModeId(); in GetScreenModesByDisplayId()