Searched refs:displayMgr (Results 1 – 2 of 2) sorted by relevance
330 DisplayManager &displayMgr = DisplayManager::GetInstance(); in InjectTouchEventSequence() local331 pointerEvent->SetTargetDisplayId(displayMgr.GetDefaultDisplayId()); in InjectTouchEventSequence()432 DisplayManager &displayMgr = DisplayManager::GetInstance(); in TakeScreenCap() local434 shared_ptr<PixelMap> pixelMap = displayMgr.GetScreenshot(displayMgr.GetDefaultDisplayId()); in TakeScreenCap()622 DisplayManager &displayMgr = DisplayManager::GetInstance(); in IsScreenOn() local623 auto displayId = displayMgr.GetDefaultDisplayId(); in IsScreenOn()624 auto state = displayMgr.GetDisplayState(displayId); in IsScreenOn()
43 Rosen::DisplayManager &displayMgr = Rosen::DisplayManager::GetInstance(); in TakeWuKongScreenCap() local44 …std::shared_ptr<Media::PixelMap> pixelMap = displayMgr.GetScreenshot(displayMgr.GetDefaultDisplayI… in TakeWuKongScreenCap()299 OHOS::Rosen::DisplayManager &displayMgr = OHOS::Rosen::DisplayManager::GetInstance(); in GetScreenSize() local300 sptr<OHOS::Rosen::Display> display = displayMgr.GetDefaultDisplay(); in GetScreenSize()