Home
last modified time | relevance | path

Searched refs:configPath (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dmonitor_config.h26 explicit MonitorConfig(const std::string& configPath): configPath_(configPath) {} in MonitorConfig() argument
/base/hiviewdfx/hiview/core/platform_config/
Dhiview_platform_config.cpp38 HiviewPlatformConfig::HiviewPlatformConfig(const std::string& configPath) in HiviewPlatformConfig() argument
40 if (configPath != "") { in HiviewPlatformConfig()
41 configPath_ = configPath; in HiviewPlatformConfig()
Dhiview_platform_config.h35 explicit HiviewPlatformConfig(const std::string& configPath);
/base/hiviewdfx/hiview/plugins/eventlogger/config/
Devent_logger_config.cpp39 EventLoggerConfig::EventLoggerConfig(std::string configPath) in EventLoggerConfig() argument
41 configPath_ = configPath; in EventLoggerConfig()
Devent_logger_config.h25 explicit EventLoggerConfig(std::string configPath);
/base/powermgr/battery_manager/charger/src/
Dbattery_config.cpp109 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile() argument
112 if (!configPath.empty()) { in OpenFile()
113 ifsConf.open(configPath); in OpenFile()
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp98 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile() argument
101 if (!configPath.empty()) { in OpenFile()
102 ifsConf.open(configPath); in OpenFile()
/base/location/test/location_locator/source/
Dlocation_config_manager_test.cpp125 …std::string configPath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf… variable
127 LocationConfigManager::GetInstance().IsExistFile("/wrongpath" + configPath));
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h44 bool OpenFile(std::ifstream& ifsConf, const std::string& configPath);
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp440 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath() local
442 …if (!configPath || strlen(configPath) == 0 || strlen(configPath) > PATH_MAX || !realpath(configPat… in GetConfigPath()
/base/powermgr/battery_manager/charger/include/
Dbattery_config.h46 bool OpenFile(std::ifstream& ifsConf, const std::string& configPath);
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp884 std::string configPath = defaultConfigDir_ + bundleName + "_plugin_config"; in RequestLoadBundle() local
885 LoadPluginBundle(bundleName, configPath); in RequestLoadBundle()