Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp267 void ReportBatch::forEachListener( in forEachListener() function in android::os::incidentd::ReportBatch
285 void ReportBatch::forEachListener(int sectionId, in forEachListener() function in android::os::incidentd::ReportBatch
541 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()
DReporter.h139 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
145 void forEachListener(int sectionId,