/foundation/windowmanager/wm/test/systemtest/ |
D | window_rotation_test.cpp | 61 void DisplayListener::OnCreate(DisplayId displayId) in OnCreate() 65 void DisplayListener::OnDestroy(DisplayId displayId) in OnDestroy() 69 void DisplayListener::OnChange(DisplayId displayId) in OnChange() 142 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable 171 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable 241 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
|
/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/configuration_test/ |
D | configuration_test.cpp | 58 int displayId = 1001; variable 119 int displayId = 1001; variable 193 int displayId = 1001; variable 259 int displayId = 1001; variable 281 int displayId = 1001; variable 309 int displayId = 1001; variable 337 int displayId = 1001; variable 370 int displayId = 1001; variable 401 int displayId = 1001; variable 425 int displayId = 1001; variable
|
/foundation/multimodalinput/input/service/window_manager/include/ |
D | i_pointer_drawing_manager.h | 29 virtual void DrawPointer(int32_t displayId, int32_t globalX, int32_t globalY) {} in DrawPointer() 30 virtual void TellDisplayInfo(int32_t displayId, int32_t width, int32_t height) {} in TellDisplayInfo()
|
/foundation/windowmanager/wmserver/src/ |
D | input_window_monitor.cpp | 46 DisplayId displayId = windowNode->GetDisplayId(); in UpdateInputWindow() local 50 void InputWindowMonitor::UpdateInputWindowByDisplayId(DisplayId displayId) in UpdateInputWindowByDisplayId() 80 …tWindowMonitor::UpdateDisplaysInfo(const sptr<WindowNodeContainer>& container, DisplayId displayId) in UpdateDisplaysInfo() 168 …Monitor::UpdateDisplayDirection(MMI::PhysicalDisplayInfo& physicalDisplayInfo, DisplayId displayId) in UpdateDisplayDirection()
|
D | freeze_controller.cpp | 35 bool FreezeController::FreezeDisplay(DisplayId displayId) in FreezeDisplay() 91 bool FreezeController::UnfreezeDisplay(DisplayId displayId) in UnfreezeDisplay() 106 sptr<Window> FreezeController::CreateCoverWindow(DisplayId displayId) in CreateCoverWindow()
|
D | window_controller.cpp | 163 DisplayId displayId = DISPLAY_ID_INVALID; in DestroyWindow() local 313 void WindowController::NotifyDisplayStateChange(DisplayId displayId, DisplayStateChangeType type) in NotifyDisplayStateChange() 341 void WindowController::ProcessDisplayChange(DisplayId displayId, DisplayStateChangeType type) in ProcessDisplayChange() 514 void WindowController::MinimizeAllAppWindows(DisplayId displayId) in MinimizeAllAppWindows() 542 void WindowController::FlushWindowInfoWithDisplayId(DisplayId displayId) in FlushWindowInfoWithDisplayId() 568 WMError WindowController::SetWindowLayoutMode(DisplayId displayId, WindowLayoutMode mode) in SetWindowLayoutMode()
|
/foundation/windowmanager/wm/test/unittest/ |
D | window_scene_test.cpp | 29 DisplayId displayId = 0; in SetUpTestCase() local 62 DisplayId displayId = 0; variable 79 DisplayId displayId = 0; variable 96 DisplayId displayId = 0; variable
|
/foundation/windowmanager/dm/test/unittest/ |
D | display_change_unit_test.cpp | 36 virtual void OnCreate(DisplayId displayId) {} in OnCreate() 38 virtual void OnDestroy(DisplayId displayId) {} in OnDestroy() 40 virtual void OnChange(DisplayId displayId) {} in OnChange()
|
D | screenshot_test.cpp | 97 DisplayId displayId = DisplayManager::GetInstance().GetDefaultDisplayId(); variable 109 DisplayId displayId = DisplayManager::GetInstance().GetDefaultDisplayId(); variable
|
/foundation/windowmanager/dmserver/src/ |
D | display_manager_service_inner.cpp | 63 for (auto displayId: displayIds) { in GetAllDisplays() local 74 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, std::shared_ptr<RSSurfaceNode>& … in UpdateRSTree() 121 bool DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orientat… in SetOrientationFromWindow()
|
D | abstract_display_controller.cpp | 104 std::shared_ptr<Media::PixelMap> AbstractDisplayController::GetScreenSnapshot(DisplayId displayId) in GetScreenSnapshot() 200 DisplayId displayId = iter->first; in ProcessNormalScreenDisconnected() local 217 DisplayId displayId = iter->first; in ProcessExpandScreenDisconnected() local 350 DisplayId displayId = displayCount_.fetch_add(1); in BindAloneScreenLocked() local 400 DisplayId displayId = displayCount_.fetch_add(1); in AddScreenToExpandLocked() local 433 for (DisplayId displayId : displayIds) { in SetFreeze() local
|
D | display_power_controller.cpp | 77 DisplayState DisplayPowerController::GetDisplayState(DisplayId displayId) in GetDisplayState()
|
/foundation/windowmanager/dm/src/ |
D | display_manager.cpp | 92 void OnDisplayDestroy(DisplayId displayId) override in OnDisplayDestroy() 229 sptr<Display> DisplayManager::Impl::GetDisplayById(DisplayId displayId) in GetDisplayById() 240 sptr<Display> DisplayManager::GetDisplayById(DisplayId displayId) in GetDisplayById() 265 DisplayId displayId = displayInfo->GetDisplayId(); in GetDisplayByScreenId() local 279 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId) in GetScreenshot() 295 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, const Media::Re… in GetScreenshot() 353 for (auto displayId: displayIds) { in GetAllDisplays() local 514 void DisplayManager::Impl::NotifyDisplayDestroy(DisplayId displayId) in NotifyDisplayDestroy() 533 DisplayId displayId = displayInfo->GetDisplayId(); in UpdateDisplayInfoLocked() local 606 DisplayState DisplayManager::GetDisplayState(DisplayId displayId) in GetDisplayState()
|
/foundation/windowmanager/interfaces/kits/napi/display/ |
D | js_display.cpp | 60 DisplayId displayId = display->GetId(); in Finalizer() local 101 DisplayId displayId = display->GetId(); in CreateJsDisplayObject() local
|
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common/ |
D | napi_common_start_options.cpp | 40 int32_t displayId = 0; in UnwrapStartOptions() local
|
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
D | window_state_observer.cpp | 32 auto displayId = focusChangeInfo->displayId_; in OnFocused() local 49 auto displayId = focusChangeInfo->displayId_; in OnUnfocused() local
|
/foundation/windowmanager/interfaces/kits/js/declaration/api/ |
D | @ohos.screenshot.d.ts | 83 displayId?: number; property
|
/foundation/windowmanager/dm/test/systemtest/ |
D | display_change_test.cpp | 37 virtual void OnCreate(DisplayId displayId) in OnCreate() 42 virtual void OnDestroy(DisplayId displayId) in OnDestroy() 47 virtual void OnChange(DisplayId displayId) in OnChange()
|
/foundation/graphic/standard/frameworks/wm/include/ |
D | window_option_impl.h | 53 int32_t displayId = 0; variable
|
/foundation/windowmanager/wmserver/include/ |
D | avoid_area_controller.h | 41 AvoidAreaController(DisplayId displayId, UpdateAvoidAreaFunc callback) in AvoidAreaController()
|
/foundation/windowmanager/wm/src/ |
D | window_manager_agent.cpp | 28 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints… in UpdateSystemBarRegionTints()
|
D | window_manager.cpp | 183 void WindowManager::Impl::NotifySystemBarChanged(DisplayId displayId, const SystemBarRegionTints& t… in NotifySystemBarChanged() 304 void WindowManager::MinimizeAllAppWindows(DisplayId displayId) in MinimizeAllAppWindows() 310 WMError WindowManager::SetWindowLayoutMode(WindowLayoutMode mode, DisplayId displayId) in SetWindowLayoutMode() 401 void WindowManager::UpdateSystemBarRegionTints(DisplayId displayId, in UpdateSystemBarRegionTints()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
D | pointer_drawing_manager.cpp | 37 void PointerDrawingManager::DrawPointer(int32_t displayId, int32_t globalX, int32_t globalY) in DrawPointer() 103 void PointerDrawingManager::CreatePointerWindow(int32_t displayId, int32_t globalX, int32_t globalY) in CreatePointerWindow() 206 void PointerDrawingManager::TellDisplayInfo(int32_t displayId, int32_t width, int32_t height) in TellDisplayInfo()
|
/foundation/distributedhardware/distributedscreen/services/screenclient/include/ |
D | screen_client_common.h | 23 uint64_t displayId; member
|
/foundation/aafwk/standard/interfaces/innerkits/app_manager/src/appmgr/ |
D | configuration.cpp | 70 bool Configuration::AddItem(int displayId, const std::string &key, const std::string &value) in AddItem() 85 std::string Configuration::GetItem(int displayId, const std::string &key) const in GetItem() 166 int Configuration::RemoveItem(int displayId, const std::string &key) in RemoveItem()
|