Home
last modified time | relevance | path

Searched refs:EventLoggerConfig (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.cpp33 DEFINE_LOG_TAG("EventLogger-EventLoggerConfig");
35 EventLoggerConfig::EventLoggerConfig() in EventLoggerConfig() function in OHOS::HiviewDFX::EventLoggerConfig
40 EventLoggerConfig::EventLoggerConfig(std::string configPath) in EventLoggerConfig() function in OHOS::HiviewDFX::EventLoggerConfig
45 bool EventLoggerConfig::OpenConfig() in OpenConfig()
60 void EventLoggerConfig::CloseConfig() in CloseConfig()
67 bool EventLoggerConfig::FindConfigVersion() in FindConfigVersion()
92 bool EventLoggerConfig::ParseConfigData(std::function<bool(EventLoggerConfigData&)> func) in ParseConfigData()
133 bool EventLoggerConfig
[all...]
H A Devent_logger_config.h22 class EventLoggerConfig { class
24 EventLoggerConfig();
25 explicit EventLoggerConfig(std::string configPath);
26 ~EventLoggerConfig(){}; in ~EventLoggerConfig()
/base/hiviewdfx/hiview/plugins/eventlogger/config/test/unittest/common/
H A Devent_logger_config_test.cpp52 auto config = std::make_unique<EventLoggerConfig>("/data/test/test_data/event_logger_config"); in HWTEST_F()
53 EventLoggerConfig::EventLoggerConfigData configOut; in HWTEST_F()
58 auto config1 = std::make_unique<EventLoggerConfig>(); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h71 std::unordered_map<std::string, EventLoggerConfig::EventLoggerConfigData> eventLoggerConfig_;
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp118 EventLoggerConfig::EventLoggerConfigData& configOut = eventLoggerConfig_[sysEvent->eventName_]; in IsInterestedPipelineEvent()
920 EventLoggerConfig logConfig; in OnLoad()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp142 EventLoggerConfig::EventLoggerConfigData(); in HWTEST_F()

Completed in 5 milliseconds