Lines Matching refs:ReportId
65 struct ReportId { struct
66 ReportId();
67 ReportId(const ReportId& that);
68 ReportId(const string& i, const string& p, const string& c);
69 ~ReportId();
71 bool operator<(const ReportId& that) const;
80 ConsentListener(const sp<Broadcaster>& broadcaster, const ReportId& reportId); argument
86 ReportId mId;
104 map<ReportId,ReportStatus> mHistory; // what we sent so we don't send it again
111 void report_approved(const ReportId& reportId);
112 void report_denied(const ReportId& reportId);