Searched refs:forEachListener (Results 1 – 2 of 2) sorted by relevance
220 void ReportBatch::forEachListener( in forEachListener() function in android::os::incidentd::ReportBatch238 void ReportBatch::forEachListener(int sectionId, in forEachListener() function in android::os::incidentd::ReportBatch492 mBatch->forEachListener([](const auto& listener) { listener->onReportStarted(); }); in runReport()594 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) { in runReport()621 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) { in runReport()672 mBatch->forEachListener([](const auto& listener) { in runReport()676 mBatch->forEachListener([](const auto& listener) { in runReport()
132 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);138 void forEachListener(int sectionId,