Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp240 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService
249 IncidentService::~IncidentService() {} in ~IncidentService()
251 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident()
285 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream()
314 Status IncidentService::reportIncidentToDumpstate(unique_fd stream, in reportIncidentToDumpstate()
352 Status IncidentService::registerSection(const int id, const String16& name16, in registerSection()
374 Status IncidentService::unregisterSection(const int id) { in unregisterSection()
392 Status IncidentService::systemRunning() { in systemRunning()
405 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList()
438 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport()
[all …]
Dmain.cpp47 sp<IncidentService> service = new IncidentService(looper); in main()
DIncidentService.h121 class IncidentService : public BnIncidentManager {
123 explicit IncidentService(const sp<Looper>& handlerLooper);
124 virtual ~IncidentService();
/frameworks/base/cmds/incidentd/
DAndroid.bp36 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
96 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.