Home
last modified time | relevance | path

Searched refs:ReadStringConfigInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp186 HWTEST_F(DisplayManagerConfigTest, ReadStringConfigInfo, Function | SmallTest | Level1)
210 DisplayManagerConfig::ReadStringConfigInfo(curNodePtr);
216 DisplayManagerConfig::ReadStringConfigInfo(curNodePtr);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp249 HWTEST_F(ScreenSceneConfigTest, ReadStringConfigInfo, Function | SmallTest | Level1)
273 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr);
278 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr);
283 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr);
288 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_config.cpp122 ReadStringConfigInfo(curNodePtr); in LoadConfigXml()
184 void DisplayManagerConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::DisplayManagerConfig
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_config.h44 static void ReadStringConfigInfo(const xmlNodePtr& currNode);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h47 static std::string ReadStringConfigInfo(const xmlNodePtr& currNode);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h48 static std::string ReadStringConfigInfo(const xmlNodePtr& currNode);
H A Dscreen_scene_config.h68 static void ReadStringConfigInfo(const xmlNodePtr& currNode);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_scene_config_test.cpp400 HWTEST_F(WindowSceneConfigTest, ReadStringConfigInfo, Function | SmallTest | Level2)
403 auto result = WindowSceneConfig::ReadStringConfigInfo(currNode);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp139 std::string v = ReadStringConfigInfo(curNodePtr); in ReadConfig()
254 std::string WindowManagerConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::WindowManagerConfig
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp166 std::string v = ReadStringConfigInfo(curNodePtr); in ReadConfig()
275 std::string WindowSceneConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::WindowSceneConfig
H A Dscreen_scene_config.cpp203 ReadStringConfigInfo(currNode); in ParseNodeConfig()
323 void ScreenSceneConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::ScreenSceneConfig