Home
last modified time | relevance | path

Searched refs:GetAllDisplayIds (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/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.cpp161 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in HasPrivateWindow()
660 std::vector<DisplayId> DisplayManagerService::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerService
662 return abstractDisplayController_->GetAllDisplayIds(); in GetAllDisplayIds()
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp218 std::vector<DisplayId> DisplayManagerAdapterLite::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerAdapterLite
223 return displayManagerServiceProxy_->GetAllDisplayIds(); in GetAllDisplayIds()
H A Ddisplay_manager_lite.cpp697 std::vector<DisplayId> DisplayManagerLite::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerLite
699 return SingletonContainer::Get<DisplayManagerAdapterLite>().GetAllDisplayIds(); in GetAllDisplayIds()
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_minimal_test.cpp79 std::vector<DisplayId> ids = DisplayManager::GetInstance().GetAllDisplayIds();
/ohos5.0/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.h111 std::vector<DisplayId> GetAllDisplayIds() override;
H A Ddisplay_manager_interface.h126 virtual std::vector<DisplayId> GetAllDisplayIds() = 0;
/ohos5.0/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;
/ohos5.0/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h74 virtual std::vector<DisplayId> GetAllDisplayIds();
H A Ddisplay_manager_adapter_lite.h57 virtual std::vector<DisplayId> GetAllDisplayIds();
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_manager_lite.h249 std::vector<DisplayId> GetAllDisplayIds();
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_display_manager.cpp82 std::vector<DisplayId> DisplayManager::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManager
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_proxy_test.cpp429 HWTEST_F(DisplayManagerLiteProxyTest, GetAllDisplayIds, Function | SmallTest | Level1)
440 displayManagerLiteProxy->GetAllDisplayIds(); in __anon6db42fc80702()
/ohos5.0/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
H A Dwindow_dumper.cpp141 std::vector<DisplayId> displayIds = DisplayGroupInfo::GetInstance().GetAllDisplayIds(); in DumpAllWindowInfo()
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp41 std::vector<uint64_t> allIds = Rosen::DisplayManagerLite::GetInstance().GetAllDisplayIds(); in GetAllDisplayId()
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp82 displayManager.GetAllDisplayIds(); in DisplayFuzzTest()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp501 std::vector<DisplayId> DisplayManagerAdapter::GetAllDisplayIds() in GetAllDisplayIds() function in OHOS::Rosen::DisplayManagerAdapter
506 return displayManagerServiceProxy_->GetAllDisplayIds(); in GetAllDisplayIds()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h216 std::vector<DisplayId> GetAllDisplayIds();
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h61 virtual std::vector<DisplayId> GetAllDisplayIds();

12