Home
last modified time | relevance | path

Searched refs:forEachListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DReporter.cpp220 void ReportBatch::forEachListener( in forEachListener() function in android::os::incidentd::ReportBatch
238 void ReportBatch::forEachListener(int sectionId, in forEachListener() function in android::os::incidentd::ReportBatch
492 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()
DReporter.h132 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
138 void forEachListener(int sectionId,