Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp407 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList() argument
410 const string pkg(String8(pkg16).string()); in getIncidentReportList()
440 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() argument
444 const string pkg(String8(pkg16).string()); in getIncidentReport()
471 Status IncidentService::deleteIncidentReports(const String16& pkg16, const String16& cls16, in deleteIncidentReports() argument
473 const string pkg(String8(pkg16).string()); in deleteIncidentReports()
486 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports() argument
487 const string pkg(String8(pkg16).string()); in deleteAllIncidentReports()