Home
last modified time | relevance | path

Searched refs:ReadStringConfigInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp182 * @tc.name: ReadStringConfigInfo
183 * @tc.desc: test function : ReadStringConfigInfo
186 HWTEST_F(DisplayManagerConfigTest, ReadStringConfigInfo, Function | SmallTest | Level1) in HWTEST_F()
210 DisplayManagerConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
216 DisplayManagerConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.h47 static std::string ReadStringConfigInfo(const xmlNodePtr& currNode);
H A Drs_graphic_config.cpp140 std::string v = ReadStringConfigInfo(curNodePtr); in ReadConfig()
255 std::string RSGraphicConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::RSGraphicConfig
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_config.h44 static void ReadStringConfigInfo(const xmlNodePtr& currNode);
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h48 static std::string ReadStringConfigInfo(const xmlNodePtr& currNode);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h47 static std::string ReadStringConfigInfo(const xmlNodePtr& currNode);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp245 * @tc.name: ReadStringConfigInfo
246 * @tc.desc: test function : ReadStringConfigInfo
249 HWTEST_F(ScreenSceneConfigTest, ReadStringConfigInfo, Function | SmallTest | Level1) in HWTEST_F()
273 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
278 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
283 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
288 ScreenSceneConfig::ReadStringConfigInfo(curNodePtr); in HWTEST_F()
/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
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_scene_config.h68 static void ReadStringConfigInfo(const xmlNodePtr& currNode);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_scene_config_test.cpp396 * @tc.name: ReadStringConfigInfo
397 * @tc.desc: ReadStringConfigInfo test
400 HWTEST_F(WindowSceneConfigTest, ReadStringConfigInfo, Function | SmallTest | Level2) in HWTEST_F()
403 auto result = WindowSceneConfig::ReadStringConfigInfo(currNode); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp165 std::string v = ReadStringConfigInfo(curNodePtr); in ReadConfig()
274 std::string WindowSceneConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::WindowSceneConfig
/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
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp200 ReadStringConfigInfo(currNode); in ParseNodeConfig()
370 void ScreenSceneConfig::ReadStringConfigInfo(const xmlNodePtr& currNode) in ReadStringConfigInfo() function in OHOS::Rosen::ScreenSceneConfig

Completed in 9 milliseconds