Home
last modified time | relevance | path

Searched refs:ReadPhysicalDisplayConfigInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp650 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
663 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
677 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
691 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
705 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
719 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
733 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
747 ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(currNode);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_scene_config.h76 static void ReadPhysicalDisplayConfigInfo(const xmlNodePtr& currNode);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_scene_config.cpp207 ReadPhysicalDisplayConfigInfo(currNode); in ParseNodeConfig()
250 void ScreenSceneConfig::ReadPhysicalDisplayConfigInfo(const xmlNodePtr& currNode) in ReadPhysicalDisplayConfigInfo() function in OHOS::Rosen::ScreenSceneConfig