Home
last modified time | relevance | path

Searched refs:ParseSettingDbParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_parser.cpp64 if (!ParseSettingDbParam(exportConfig->exportSwitchParam, EXPORT_SWITCH_PARAM_KEY)) { in Parse()
69 if (!ParseSettingDbParam(exportConfig->sysUpgradeParam, SYS_UPGRADE_PARAM_KEY)) { in Parse()
80 bool ExportConfigParser::ParseSettingDbParam(SettingDbParam& settingDbParam, const std::string& par… in ParseSettingDbParam() function in OHOS::HiviewDFX::ExportConfigParser
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_config_parser.h73 bool ParseSettingDbParam(SettingDbParam& settingDbParam, const std::string& paramKey);