Searched refs:configPath (Results 1 – 12 of 12) sorted by relevance
26 explicit MonitorConfig(const std::string& configPath): configPath_(configPath) {} in MonitorConfig() argument
38 HiviewPlatformConfig::HiviewPlatformConfig(const std::string& configPath) in HiviewPlatformConfig() argument40 if (configPath != "") { in HiviewPlatformConfig()41 configPath_ = configPath; in HiviewPlatformConfig()
35 explicit HiviewPlatformConfig(const std::string& configPath);
39 EventLoggerConfig::EventLoggerConfig(std::string configPath) in EventLoggerConfig() argument41 configPath_ = configPath; in EventLoggerConfig()
25 explicit EventLoggerConfig(std::string configPath);
109 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile() argument112 if (!configPath.empty()) { in OpenFile()113 ifsConf.open(configPath); in OpenFile()
98 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile() argument101 if (!configPath.empty()) { in OpenFile()102 ifsConf.open(configPath); in OpenFile()
125 …std::string configPath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf… variable127 LocationConfigManager::GetInstance().IsExistFile("/wrongpath" + configPath));
44 bool OpenFile(std::ifstream& ifsConf, const std::string& configPath);
440 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath() local442 …if (!configPath || strlen(configPath) == 0 || strlen(configPath) > PATH_MAX || !realpath(configPat… in GetConfigPath()
46 bool OpenFile(std::ifstream& ifsConf, const std::string& configPath);
884 std::string configPath = defaultConfigDir_ + bundleName + "_plugin_config"; in RequestLoadBundle() local885 LoadPluginBundle(bundleName, configPath); in RequestLoadBundle()