Searched refs:IncidentService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 236 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService 245 IncidentService::~IncidentService() {} in ~IncidentService() 247 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident() 281 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream() 310 Status IncidentService::systemRunning() { in systemRunning() 323 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList() 356 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() 387 Status IncidentService::deleteIncidentReports(const String16& pkg16, const String16& cls16, in deleteIncidentReports() 402 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports() 415 status_t IncidentService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() [all …]
|
D | main.cpp | 47 sp<IncidentService> service = new IncidentService(looper); in main()
|
D | IncidentService.h | 115 class IncidentService : public BnIncidentManager { 117 explicit IncidentService(const sp<Looper>& handlerLooper); 118 virtual ~IncidentService();
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 36 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed. 96 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
|