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.cpp426 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in getIncidentReportList() local
427 const ReportFileProto_Report& report = envelope.report(reportIndex); in getIncidentReportList()
DWorkDirectory.cpp342 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in markApproved() local
343 ReportFileProto_Report* report = mEnvelope.mutable_report(reportIndex); in markApproved()