Searched refs:IncidentService (Results 1 – 5 of 5) sorted by relevance
22 using ::android::os::incidentd::IncidentService;28 sp<IncidentService> service = sp<IncidentService>::make(looper); in LLVMFuzzerTestOneInput()
242 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService251 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 …]
47 sp<IncidentService> service = new IncidentService(looper); in main()
121 class IncidentService : public BnIncidentManager {123 explicit IncidentService(const sp<Looper>& handlerLooper);124 virtual ~IncidentService();
45 // 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",