Home
last modified time | relevance | path

Searched defs:configFilePath (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp54 std::string configFilePath = "nonexistent.xml"; variable
66 std::string configFilePath = "invalid_root.xml"; variable
78 std::string configFilePath = "valid_init.xml"; variable
90 std::string configFilePath = "valid_delete.xml"; variable
102 std::string configFilePath = "valid_performance.xml"; variable
114 std::string configFilePath = "valid_ltpo.xml"; variable
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp143 …auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_co… variable
190 …auto configFilePath = DisplayManagerConfig::GetConfigPath("etc/window/resources/display_manager_co… variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp164 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi… variable
206 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi… variable
253 …auto configFilePath = ScreenSceneConfig::GetConfigPath("etc/window/resources/display_manager_confi… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_uni_render_judgement.cpp63 std::string configFilePath = CONFIG_PATH + UNIRENDER_CONFIG_FILE_NAME; in InitUniRenderWithConfigFile() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp80 std::string configFilePath = configPath + configName; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp94 std::string configFilePath = ANIMATION_LOG_PATH + CONFIG_FILE_NAME; in InitNodeAndPropertyInfo() local
171 std::string configFilePath = ANIMATION_LOG_PATH + CONFIG_FILE_NAME; in IsNeedRefreshConfig() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp79 std::string configFilePath = configPath + configName; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_new_pipe_judgement.cpp117 std::string configFilePath = CONFIG_PATH + ACE_NEW_PIPE_CONFIG_FILE_NAME; in InitAceNewPipeWithConfigFile() local
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_config.cpp80 auto configFilePath = GetConfigPath("etc/window/resources/display_manager_config.xml"); in LoadConfigXml() local
/ohos5.0/foundation/resourceschedule/qos_manager/common/src/
H A Dconfig_reader.cpp200 char* configFilePath = GetOneCfgFile(configName, buf, PATH_MAX); in GetRealConfigPath() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp163 auto configFilePath = GetConfigPath("etc/window/resources/window_manager_config.xml"); in LoadConfigXml() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp184 auto configFilePath = GetConfigPath("etc/window/resources/window_manager_config.xml"); in LoadConfigXml() local
H A Dscreen_scene_config.cpp146 auto configFilePath = GetConfigPath("etc/window/resources/display_manager_config.xml"); in LoadConfigXml() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dcgroup_action.cpp217 char* configFilePath = GetOneCfgFile(CGROUP_SETTING_CONFIG_FILE, buf, PATH_MAX + 1); in ParseConfigFileToJsonObj() local
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp39 …static std::string configFilePath = "/system/etc/frame_aware_sched/hwrme.xml"; // need To check th… variable
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp233 void NWebConfigHelper::ParseWebConfigXml(const std::string& configFilePath, in ParseWebConfigXml()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp69 char* configFilePath = GetOneCfgFile(configFile.c_str(), buf, PATH_MAX + 1); in GetRealConfigPath() local
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp98 char* configFilePath = GetOneCfgFile(configFile.c_str(), buf, PATH_MAX + 1); in GetRealConfigPath() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp194 for (auto configFilePath : configFilePaths) { in GetConfigContent() local