Home
last modified time | relevance | path

Searched refs:configPath_ (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/core/platform_config/
H A Dhiview_platform_config.cpp41 configPath_ = configPath; in HiviewPlatformConfig()
43 configPath_ = DEFAULT_PLATFORM_CONFIG_PATH; in HiviewPlatformConfig()
60 if (!FileUtil::FileExists(configPath_) || FileUtil::IsDirectory(configPath_)) { in ParsesConfig()
65 in.open(configPath_); in ParsesConfig()
H A Dhiview_platform_config.h42 std::string configPath_; member in OHOS::HiviewDFX::HiviewPlatformConfig
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dmonitor_config.h26 explicit MonitorConfig(const std::string& configPath): configPath_(configPath) {} in MonitorConfig()
32 std::string configPath_; member in OHOS::HiviewDFX::MonitorConfig
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.cpp37 configPath_ = EVENT_LOGGER_CONFIG_PATH; in EventLoggerConfig()
42 configPath_ = configPath; in EventLoggerConfig()
48 if (!FileUtil::PathToRealPath(configPath_, realPath)) { in OpenConfig()
H A Devent_logger_config.h44 std::string configPath_; member in OHOS::HiviewDFX::EventLoggerConfig
/base/hiviewdfx/hiview/base/include/
H A Dplugin_config.h55 std::string configPath_; member in OHOS::HiviewDFX::PluginConfig
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dmonitor_config.cpp33 in.open(configPath_); in Parse()
/base/hiviewdfx/hiview/core/
H A Dplugin_config.cpp26 PluginConfig::PluginConfig(const std::string& file) : configPath_(file) {} in PluginConfig()
30 in.open(configPath_); in StartParse()

Completed in 3 milliseconds