Home
last modified time | relevance | path

Searched refs:GetRealConfigPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/common/include/
H A Dconfig_reader.h29 void GetRealConfigPath(const char* configName, std::string& configPath);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_executor_config.h41 std::string GetRealConfigPath(const std::string& configFile);
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h45 std::string GetRealConfigPath(const std::string& configFile);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp66 std::string SocPerfConfig::GetRealConfigPath(const std::string& configFile) in GetRealConfigPath() function in OHOS::ResourceSchedule::SocPerfConfig
81 std::string realConfigFile = GetRealConfigPath(configFile); in LoadConfigXmlFile()
/ohos5.0/foundation/resourceschedule/qos_manager/common/src/
H A Dconfig_reader.cpp193 void ConfigReader::GetRealConfigPath(const char* configName, std::string& configPath) in GetRealConfigPath() function in OHOS::ConcurrentTask::ConfigReader
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp95 std::string SocPerfConfig::GetRealConfigPath(const std::string& configFile) in GetRealConfigPath() function in OHOS::SOCPERF::SocPerfConfig
110 std::string realConfigFile = GetRealConfigPath(configFile); in LoadConfigXmlFile()
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp350 configReader_->GetRealConfigPath(CONFIG_FILE_NAME.c_str(), realPath); in ConfigReaderInit()