Searched refs:FindPhysicalDisplayInfo (Results 1 – 4 of 4) sorted by relevance
287 const DisplayInfo* FindPhysicalDisplayInfo(const std::string& uniq) const;
863 ASSERT_EQ(manager.FindPhysicalDisplayInfo("test"), nullptr);867 ASSERT_NE(manager.FindPhysicalDisplayInfo("test"), nullptr);871 ASSERT_NE(manager.FindPhysicalDisplayInfo("test"), nullptr);872 ASSERT_NE(manager.FindPhysicalDisplayInfo("not_matching"), nullptr);873 ASSERT_NE(manager.FindPhysicalDisplayInfo("nonexistent"), nullptr);2959 EXPECT_NE(inputWindowsManager.FindPhysicalDisplayInfo(uniq), nullptr);
539 auto displayInfo = inputWindowsManager->FindPhysicalDisplayInfo("default0");564 auto displayInfo = inputWindowsManager->FindPhysicalDisplayInfo("default0");589 auto displayInfo = inputWindowsManager->FindPhysicalDisplayInfo("default0");
1601 const DisplayInfo* InputWindowsManager::FindPhysicalDisplayInfo(const std::string& uniq) const in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager1617 return FindPhysicalDisplayInfo("default0"); in UpdateDisplayInfo()1719 auto info = FindPhysicalDisplayInfo(screenId); in UpdateDisplayInfo()1734 auto displayInfo = FindPhysicalDisplayInfo("default0"); in UpdateDisplayInfo()