/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_config_test.cpp | 125 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 D | json_utils.cpp | 30 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 D | screen_scene_config_test.cpp | 87 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 D | json_utils.h | 38 std::string GetConfigPath(const std::string& path, const std::string& defaultPath);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_config.cpp | 66 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 D | deeplink_reserve_config.h | 51 std::string GetConfigPath();
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_config.h | 45 static std::string GetConfigPath(const std::string& configFileName);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_manager_config.h | 49 static std::string GetConfigPath(const std::string& configFileName);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | window_scene_config.h | 50 static std::string GetConfigPath(const std::string& configFileName);
|
H A D | screen_scene_config.h | 70 static std::string GetConfigPath(const std::string& configFileName);
|
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_config_helper.h | 38 std::string GetConfigPath(const std::string &configFileName);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 47 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 D | window_manager_config.cpp | 97 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 D | window_scene_config.cpp | 118 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 D | screen_scene_config.cpp | 132 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 D | nweb_config_helper.cpp | 144 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 D | nweb_helper_test.cpp | 328 std::string figPath = NWebConfigHelper::Instance().GetConfigPath(configFileName);
|