Home
last modified time | relevance | path

Searched refs:configFileName (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_config.cpp66 std::string DisplayManagerConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() argument
69 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
73 return "/system/" + configFileName; in 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() argument
101 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX); in GetConfigPath()
105 return "/system/" + configFileName; in GetConfigPath()
/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/session_manager/src/
H A Dwindow_scene_config.cpp117 std::string WindowSceneConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() argument
120 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
124 return "/system/" + configFileName; in GetConfigPath()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp97 std::string WindowManagerConfig::GetConfigPath(const std::string& configFileName) in GetConfigPath() argument
100 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
104 return "/system/" + configFileName; in GetConfigPath()
/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/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() argument
134 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
138 return "/system/" + configFileName; in GetConfigPath()

Completed in 5 milliseconds