Home
last modified time | relevance | path

Searched refs:IIncidentReportStatusListener (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/cmds/incidentd/src/
H A DReporter.h52 ReportRequest(const IncidentReportArgs& args, const sp<IIncidentReportStatusListener>& listener,
65 sp<IIncidentReportStatusListener> getListener() { return mListener; } in getListener()
76 sp<IIncidentReportStatusListener> mListener;
104 const sp<IIncidentReportStatusListener>& listener, int streamFd);
139 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
146 const function<void (const sp<IIncidentReportStatusListener>&)>& func);
H A DReporter.cpp144 const sp<IIncidentReportStatusListener>& listener, int fd) in ReportRequest()
236 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in addStreamingReport()
268 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
271 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
278 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
286 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
290 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
299 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
720 sectionId, IIncidentReportStatusListener::STATUS_STARTING); in execute_section()
747 sectionId, IIncidentReportStatusListener::STATUS_FINISHED); in execute_section()
[all …]
H A DIncidentService.h67 const sp<IIncidentReportStatusListener>& listener,
129 const sp<IIncidentReportStatusListener>& listener,
133 const sp<IIncidentReportStatusListener>& listener);
H A DIncidentService.cpp164 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in scheduleStreamingReport()
288 const sp<IIncidentReportStatusListener>& listener, in reportIncidentToStream()
317 const sp<IIncidentReportStatusListener>& listener) { in reportIncidentToDumpstate()
/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentManager.aidl19 import android.os.IIncidentReportStatusListener;
43 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream()
53 @nullable IIncidentReportStatusListener listener); in reportIncidentToDumpstate()
H A DIIncidentReportStatusListener.aidl24 oneway interface IIncidentReportStatusListener { interface
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DReporter_test.cpp50 class TestListener : public IIncidentReportStatusListener {
67 case IIncidentReportStatusListener::STATUS_STARTING: in onReportSectionStatus()
71 case IIncidentReportStatusListener::STATUS_FINISHED: in onReportSectionStatus()
H A DSection_test.cpp71 class SimpleListener : public IIncidentReportStatusListener {
/aosp14/frameworks/base/core/java/
H A DAndroid.bp114 "android/os/IIncidentReportStatusListener.aidl",
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36359 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFailed()V
36360 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFinished()V
36362 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportStarted()V
36363 Landroid/os/IIncidentReportStatusListener$Stub;-><init>()V
36364 Landroid/os/IIncidentReportStatusListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IInci…
36370 Landroid/os/IIncidentReportStatusListener;->onReportFailed()V
36371 Landroid/os/IIncidentReportStatusListener;->onReportFinished()V
36372 Landroid/os/IIncidentReportStatusListener;->onReportSectionStatus(II)V
36373 Landroid/os/IIncidentReportStatusListener;->onReportStarted()V
36374 Landroid/os/IIncidentReportStatusListener;->STATUS_FINISHED:I
[all …]