OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportBatch
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Reporter.h
78
class
ReportBatch
: public virtual RefBase {
80
ReportBatch
();
81
virtual ~
ReportBatch
();
160
void transferStreamingRequests(const sp<
ReportBatch
>& that);
166
void transferPersistedRequests(const sp<
ReportBatch
>& that);
187
ReportWriter(const sp<
ReportBatch
>& batch);
205
sp<
ReportBatch
> mBatch;
254
Reporter(const sp<WorkDirectory>& workDirectory, const sp<
ReportBatch
>& batch);
264
sp<
ReportBatch
> mBatch;
Reporter.cpp
171
ReportBatch
::
ReportBatch
() {}
173
ReportBatch
::~
ReportBatch
() {}
175
void
ReportBatch
::addPersistedReport(const IncidentReportArgs& args) {
188
void
ReportBatch
::addStreamingReport(const IncidentReportArgs& args,
193
bool
ReportBatch
::empty() const {
197
sp<ReportRequest>
ReportBatch
::getPersistedRequest(const ComponentName& component) {
206
void
ReportBatch
::forEachPersistedRequest(const function<void (const sp<ReportRequest>&)>& func) {
213
void
ReportBatch
::forEachStreamingRequest(const function<void (const sp<ReportRequest>&)>& func)
[
all
...]
Completed in 84 milliseconds