Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/fuzzers/
DIncidentServiceFuzzer.cpp22 using ::android::os::incidentd::IncidentService;
28 sp<IncidentService> service = sp<IncidentService>::make(looper); in LLVMFuzzerTestOneInput()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp242 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService
251 IncidentService::~IncidentService() {} in ~IncidentService()
253 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident()
287 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream()
316 Status IncidentService::reportIncidentToDumpstate(unique_fd stream, in reportIncidentToDumpstate()
354 Status IncidentService::registerSection(const int id, const String16& name16, in registerSection()
376 Status IncidentService::unregisterSection(const int id) { in unregisterSection()
394 Status IncidentService::systemRunning() { in systemRunning()
407 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList()
440 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.bp45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
99 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
196 "src/IncidentService.cpp",