Home
last modified time | relevance | path

Searched refs:GetConfigPath (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp121 * @tc.name: GetConfigPath
122 * @tc.desc: test function : GetConfigPath
125 HWTEST_F(DisplayManagerConfigTest, GetConfigPath, Function | SmallTest | Level1) in HWTEST_F()
127 auto result = DisplayManagerConfig::GetConfigPath(""); in HWTEST_F()
130 result = DisplayManagerConfig::GetConfigPath("a.xml"); in HWTEST_F()
143 auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_config.xml"); in HWTEST_F()
190 auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_config.xml"); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H A Djson_utils.cpp30 std::string configPath = GetConfigPath(path, defaultPath); in LoadConfiguration()
38 std::string JsonUtils::GetConfigPath(const std::string& path, const std::string& defaultPath) in GetConfigPath() function in OHOS::AAFwk::JsonUtils
/foundation/ability/ability_runtime/services/common/include/
H A Djson_utils.h38 std::string GetConfigPath(const std::string& path, const std::string& defaultPath);
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h51 std::string GetConfigPath();
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.h49 static std::string GetConfigPath(const std::string& configFileName);
H A Drs_graphic_config.cpp98 std::string RSGraphicConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::RSGraphicConfig
164 auto configFilePath = GetConfigPath("etc/graphic/graphic_config.xml"); in LoadConfigXml()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_config.h45 static std::string GetConfigPath(const std::string& configFileName);
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h50 static std::string GetConfigPath(const std::string& configFileName);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h49 static std::string GetConfigPath(const std::string& configFileName);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp82 * @tc.desc: test function : GetConfigPath
87 auto result = ScreenSceneConfig::GetConfigPath(""); in HWTEST_F()
93 * @tc.desc: test function : GetConfigPath
98 auto result = ScreenSceneConfig::GetConfigPath("a.xml"); in HWTEST_F()
164 auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_config.xml"); in HWTEST_F()
206 auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_config.xml"); in HWTEST_F()
253 auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_config.xml"); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_config.cpp66 std::string DisplayManagerConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::DisplayManagerConfig
80 auto configFilePath = GetConfigPath("etc/window/resources/display_manager_config.xml"); in LoadConfigXml()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_scene_config.h70 static std::string GetConfigPath(const std::string& configFileName);
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp47 std::string DeepLinkReserveConfig::GetConfigPath() in GetConfigPath() function in OHOS::AAFwk::DeepLinkReserveConfig
60 std::string configPath = GetConfigPath(); in LoadConfiguration()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp117 std::string WindowSceneConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::WindowSceneConfig
183 auto configFilePath = GetConfigPath("etc/window/resources/window_manager_config.xml"); in LoadConfigXml()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp97 std::string WindowManagerConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::WindowManagerConfig
163 auto configFilePath = GetConfigPath("etc/window/resources/window_manager_config.xml"); in LoadConfigXml()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp68 deepLinkReserveConfig.GetConfigPath(); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp131 std::string ScreenSceneConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::ScreenSceneConfig
145 auto configFilePath = GetConfigPath("etc/window/resources/display_manager_config.xml"); in LoadConfigXml()

Completed in 8 milliseconds