Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp125 HWTEST_F(DisplayManagerConfigTest, GetConfigPath, Function | SmallTest | Level1)
127 auto result = DisplayManagerConfig::GetConfigPath("");
130 result = DisplayManagerConfig::GetConfigPath("a.xml");
143 …auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_co…
190 …auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_co…
/ohos5.0/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
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp87 auto result = ScreenSceneConfig::GetConfigPath("");
98 auto result = ScreenSceneConfig::GetConfigPath("a.xml");
164 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi…
206 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi…
253 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi…
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Djson_utils.h38 std::string GetConfigPath(const std::string& path, const std::string& defaultPath);
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h51 std::string GetConfigPath();
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_config.h45 static std::string GetConfigPath(const std::string& configFileName);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h49 static std::string GetConfigPath(const std::string& configFileName);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h50 static std::string GetConfigPath(const std::string& configFileName);
H A Dscreen_scene_config.h70 static std::string GetConfigPath(const std::string& configFileName);
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h38 std::string GetConfigPath(const std::string &configFileName);
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp118 std::string WindowSceneConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::WindowSceneConfig
184 auto configFilePath = GetConfigPath("etc/window/resources/window_manager_config.xml"); in LoadConfigXml()
H A Dscreen_scene_config.cpp132 std::string ScreenSceneConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() function in OHOS::Rosen::ScreenSceneConfig
146 auto configFilePath = GetConfigPath("etc/window/resources/display_manager_config.xml"); in LoadConfigXml()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp144 std::string NWebConfigHelper::GetConfigPath(const std::string &configFileName) in GetConfigPath() function in OHOS::NWeb::NWebConfigHelper
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp328 std::string figPath = NWebConfigHelper::Instance().GetConfigPath(configFileName);