Home
last modified time | relevance | path

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

/frameworks/base/libs/incident/
Dlibincident.map.txt6 AIncidentReportArgs_setAll; # systemapi introduced=30
/frameworks/base/libs/incident/include/incident/
Dincident_report.h84 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all);
/frameworks/base/libs/incident/src/
Dincident_report.cpp47 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all) { in AIncidentReportArgs_setAll() function
/frameworks/base/libs/incident/tests/
DIncidentReportRequest_test.cpp45 AIncidentReportArgs_setAll(mImpl, all); in setAll()