Searched refs:forEachListener (Results 1 – 2 of 2) sorted by relevance
267 void ReportBatch::forEachListener( in forEachListener() function in android::os::incidentd::ReportBatch285 void ReportBatch::forEachListener(int sectionId, in forEachListener() function in android::os::incidentd::ReportBatch541 mBatch->forEachListener([](const auto& listener) { listener->onReportStarted(); }); in runReport()693 mBatch->forEachListener([](const auto& listener) { in runReport()697 mBatch->forEachListener([](const auto& listener) { in runReport()718 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) { in execute_section()745 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) { in execute_section()
139 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);145 void forEachListener(int sectionId,