Searched refs:ParseReportConfig (Results 1 – 2 of 2) sorted by relevance
58 static void ParseReportConfig(std::istringstream &stream, ApiReportConfig &reportConfig);
103 void ConfigParser::ParseReportConfig(std::istringstream &stream, ApiReportConfig &reportConfig) in ParseReportConfig() function in OHOS::DrmStandard::ConfigParser188 …{"\"report_config\": {", [&](std::istringstream &stream) { ParseReportConfig(stream, reportConfig)… in ParseApiOperationManagement()