Home
last modified time | relevance | path

Searched refs:ReportRequest (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DReporter.h33 struct ReportRequest : public virtual RefBase struct
40 ReportRequest(const IncidentReportArgs& args, argument
42 virtual ~ReportRequest();
52 void add(const sp<ReportRequest>& request);
60 typedef vector<sp<ReportRequest>>::iterator iterator;
66 vector<sp<ReportRequest>> mRequests;
DIncidentService.cpp74 ReportRequestQueue::addRequest(const sp<ReportRequest>& request) in addRequest()
80 sp<ReportRequest>
87 sp<ReportRequest> front(mQueue.front()); in getNextRequest()
120 ReportHandler::scheduleRunReport(const sp<ReportRequest>& request) in scheduleRunReport()
151 sp<ReportRequest> request = mQueue->getNextRequest(); in run_report()
205 mHandler->scheduleRunReport(new ReportRequest(args, NULL, -1)); in reportIncident()
226 mHandler->scheduleRunReport(new ReportRequest(args, listener, fd)); in reportIncidentToStream()
DIncidentService.h41 void addRequest(const sp<ReportRequest>& request);
42 sp<ReportRequest> getNextRequest();
46 deque<sp<ReportRequest> > mQueue;
62 void scheduleRunReport(const sp<ReportRequest>& request);
DReporter.cpp55 ReportRequest::ReportRequest(const IncidentReportArgs& a, in ReportRequest() function in ReportRequest
64 ReportRequest::~ReportRequest() in ~ReportRequest()
81 ReportRequestSet::add(const sp<ReportRequest>& request) in add()
102 sp<ReportRequest> request = mRequests[i]; in write()
193 const sp<ReportRequest> request = (*it); in runReport()