HomeSort by relevance Sort by last modified time
    Searched refs:forEachListener (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/incidentd/src/
Reporter.h 132 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
138 void forEachListener(int sectionId,
Reporter.cpp 220 void ReportBatch::forEachListener(
238 void ReportBatch::forEachListener(int sectionId,
492 mBatch->forEachListener([](const auto& listener) { listener->onReportStarted(); });
594 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) {
621 mBatch->forEachListener(sectionId, [sectionId](const auto& listener) {
672 mBatch->forEachListener([](const auto& listener) {
676 mBatch->forEachListener([](const auto& listener) {

Completed in 192 milliseconds