Home
last modified time | relevance | path

Searched refs:GetDisplayInfoByScreenId (Results 1 – 4 of 4) sorted by relevance

/foundation/windowmanager/dm/test/unittest/
Dmock_display_manager_adapter.h32 MOCK_METHOD1(GetDisplayInfoByScreenId, sptr<DisplayInfo>(ScreenId screenId));
/foundation/windowmanager/dm/include/
Ddisplay_manager_adapter.h58 virtual sptr<DisplayInfo> GetDisplayInfoByScreenId(ScreenId screenId);
/foundation/windowmanager/dm/src/
Ddisplay_manager_adapter.cpp46 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfoByScreenId(ScreenId screenId) in GetDisplayInfoByScreenId() function in OHOS::Rosen::DisplayManagerAdapter
Ddisplay_manager.cpp260 … displayInfo = SingletonContainer::Get<DisplayManagerAdapter>().GetDisplayInfoByScreenId(screenId); in GetDisplayByScreenId()