Home
last modified time | relevance | path

Searched refs:reportIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DBroadcaster.cpp198 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in sendBroadcasts() local
200 const ReportFileProto_Report& report = envelope.report(reportIndex); in sendBroadcasts()
DIncidentService.cpp376 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in getIncidentReportList() local
377 const ReportFileProto_Report& report = envelope.report(reportIndex); in getIncidentReportList()
DWorkDirectory.cpp338 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in markApproved() local
339 ReportFileProto_Report* report = mEnvelope.mutable_report(reportIndex); in markApproved()