Home
last modified time | relevance | path

Searched refs:ExportConfig (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/include/
H A Devent_export_engine.h47 bool RegistSettingObserver(std::shared_ptr<ExportConfig> config);
48 void InitAndRunTask(std::shared_ptr<ExportConfig> config);
54 std::vector<std::shared_ptr<ExportConfig>> configs_;
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_config_manager.h36 void GetExportConfigs(std::vector<std::shared_ptr<ExportConfig>>& exportConfigs) const;
37 std::shared_ptr<ExportConfig> GetExportConfig(const std::string& moduleName) const;
45 std::map<std::string, std::shared_ptr<ExportConfig>> exportConfigs_;
H A Dexport_config_parser.h35 struct ExportConfig { struct
70 std::shared_ptr<ExportConfig> Parse(); argument
74 bool ParseResidualContent(std::shared_ptr<ExportConfig> config);
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_parser.cpp54 std::shared_ptr<ExportConfig> ExportConfigParser::Parse() in Parse()
56 auto exportConfig = std::make_shared<ExportConfig>(); in Parse()
100 bool ExportConfigParser::ParseResidualContent(std::shared_ptr<ExportConfig> config) in ParseResidualContent()
H A Dexport_config_manager.cpp37 void ExportConfigManager::GetExportConfigs(std::vector<std::shared_ptr<ExportConfig>>& exportConfig… in GetExportConfigs()
44 std::shared_ptr<ExportConfig> ExportConfigManager::GetExportConfig(const std::string& moduleName) c… in GetExportConfig()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_base_task.h29 ExportBaseTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in ExportBaseTask()
42 std::shared_ptr<ExportConfig> config_ = nullptr;
H A Devent_expire_task.h30 EventExpireTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExpireTask()
H A Devent_export_task.h30 EventExportTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExportTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/
H A Devent_export_engine.cpp118 bool EventExportEngine::RegistSettingObserver(std::shared_ptr<ExportConfig> config) in RegistSettingObserver()
157 void EventExportEngine::InitAndRunTask(std::shared_ptr<ExportConfig> config) in InitAndRunTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_export_task.cpp41 bool IsExportSwitchOff(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in IsExportSwitchOff()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
H A Devent_export_config_test.cpp78 std::vector<std::shared_ptr<ExportConfig>> configs;