Searched refs:ExportConfig (Results 1 – 11 of 11) sorted by relevance
47 bool RegistSettingObserver(std::shared_ptr<ExportConfig> config);48 void InitAndRunTask(std::shared_ptr<ExportConfig> config);54 std::vector<std::shared_ptr<ExportConfig>> configs_;
36 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_;
35 struct ExportConfig { struct70 std::shared_ptr<ExportConfig> Parse(); argument74 bool ParseResidualContent(std::shared_ptr<ExportConfig> config);
54 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()
37 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()
29 ExportBaseTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in ExportBaseTask()42 std::shared_ptr<ExportConfig> config_ = nullptr;
30 EventExpireTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExpireTask()
30 EventExportTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExportTask()
118 bool EventExportEngine::RegistSettingObserver(std::shared_ptr<ExportConfig> config) in RegistSettingObserver()157 void EventExportEngine::InitAndRunTask(std::shared_ptr<ExportConfig> config) in InitAndRunTask()
41 bool IsExportSwitchOff(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in IsExportSwitchOff()
78 std::vector<std::shared_ptr<ExportConfig>> configs;