Home
last modified time | relevance | path

Searched refs:GetAllDisplayIds (Results 1 - 25 of 48) sorted by relevance

12

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp54 std::vector<DisplayId> DisplayManagerServiceInner::GetAllDisplayIds() const in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerServiceInner
56 return DisplayManagerService::GetInstance().GetAllDisplayIds(); in GetAllDisplayIds()
67 auto displayIds = GetAllDisplayIds(); in GetAllDisplays()
H A Ddisplay_manager_service.cpp160 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in HasPrivateWindow()
653 std::vector<DisplayId> DisplayManagerService::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerService
655 return abstractDisplayController_->GetAllDisplayIds(); in GetAllDisplayIds()
H A Ddisplay_dumper.cpp252 std::vector<DisplayId> displayIds = abstractDisplayController_->GetAllDisplayIds(); in DumpAllDisplayInfo()
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_minimal_test.cpp79 std::vector<DisplayId> ids = DisplayManager::GetInstance().GetAllDisplayIds(); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h40 std::vector<DisplayId> GetAllDisplayIds() const;
H A Dabstract_display_controller.h47 std::vector<DisplayId> GetAllDisplayIds() const;
H A Ddisplay_manager_proxy.h80 std::vector<DisplayId> GetAllDisplayIds() override;
H A Ddisplay_manager_service.h110 std::vector<DisplayId> GetAllDisplayIds() override;
H A Ddisplay_manager_interface.h131 virtual std::vector<DisplayId> GetAllDisplayIds() = 0;
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp233 std::vector<DisplayId> DisplayManagerAdapterLite::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerAdapterLite
235 WLOGFD("DisplayManagerAdapterLite::GetAllDisplayIds enter"); in GetAllDisplayIds()
238 return displayManagerServiceProxy_->GetAllDisplayIds(); in GetAllDisplayIds()
H A Ddisplay_manager_lite.cpp705 std::vector<DisplayId> DisplayManagerLite::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerLite
707 return SingletonContainer::Get<DisplayManagerAdapterLite>().GetAllDisplayIds(); in GetAllDisplayIds()
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h75 virtual std::vector<DisplayId> GetAllDisplayIds();
H A Ddisplay_manager_adapter_lite.h57 virtual std::vector<DisplayId> GetAllDisplayIds();
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_manager_lite.h265 std::vector<DisplayId> GetAllDisplayIds();
/foundation/window/window_manager/wmserver/include/
H A Ddisplay_group_info.h52 std::vector<DisplayId> GetAllDisplayIds() const;
H A Dwindow_root.h94 std::vector<DisplayId> GetAllDisplayIds() const;
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_display_manager.cpp81 std::vector<DisplayId> DisplayManager::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManager
/foundation/window/window_manager/wmserver/src/
H A Daccessibility_connection.cpp117 std::vector<DisplayId> displayIds = DisplayManagerServiceInner::GetInstance().GetAllDisplayIds(); in GetAccessibilityWindowInfo()
H A Ddisplay_group_info.cpp213 std::vector<DisplayId> DisplayGroupInfo::GetAllDisplayIds() const in GetAllDisplayIds() function in OHOS::Rosen::DisplayGroupInfo
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h206 std::vector<DisplayId> GetAllDisplayIds();
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp82 displayManager.GetAllDisplayIds(); in DisplayFuzzTest()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp526 std::vector<DisplayId> DisplayManagerAdapter::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerAdapter
528 WLOGFD("DisplayManagerAdapter::GetAllDisplayIds enter"); in GetAllDisplayIds()
531 return displayManagerServiceProxy_->GetAllDisplayIds(); in GetAllDisplayIds()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h61 virtual std::vector<DisplayId> GetAllDisplayIds();
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h103 virtual std::vector<DisplayId> GetAllDisplayIds() override { return std::vector<DisplayId>{}; }
H A Dscreen_session_manager_proxy.h108 virtual std::vector<DisplayId> GetAllDisplayIds() override;

Completed in 16 milliseconds

12