Searched refs:GetModeId (Results 1 – 9 of 9) sorted by relevance
69 auto modeId = GetModeId(); in GetWidth()80 auto modeId = GetModeId(); in GetHeight()205 uint32_t Screen::GetModeId() const in GetModeId() function in OHOS::Rosen::Screen208 return pImpl_->GetScreenInfo()->GetModeId(); in GetModeId()
122 if (mode->GetModeId() != id) { in GetModeViaId()179 int32_t modeIdFound = mode->GetModeId(); in GetModeIdViaResolutionAndRate()
147 int32_t GetModeId() const in GetModeId() function
241 uint32_t usedModeIdx = defaultScreen_->GetModeId();258 uint32_t usedModeIdx = defaultScreen_->GetModeId();285 uint32_t usedModeIdx = defaultScreen_->GetModeId();
509 auto defaultModeId = screen->GetModeId();514 ASSERT_EQ(modeIdx, screen->GetModeId());
128 uint32_t GetModeId() const;
113 auto id = screenInfo->GetModeId(); in GetScreenModesByDisplayId()
304 … napi_set_named_property(env, objValue, "activeModeIndex", CreateJsValue(env, info->GetModeId())); in CreateJsScreenObject()
2424 auto id = screenInfo->GetModeId(); in GetScreenModesByDisplayId()