Home
last modified time | relevance | path

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

/frameworks/base/libs/incident/
Dlibincident.map.txt4 AIncidentReportArgs_clone; # systemapi introduced=30
/frameworks/base/libs/incident/include/incident/
Dincident_report.h74 AIncidentReportArgs* AIncidentReportArgs_clone(AIncidentReportArgs* that);
/frameworks/base/libs/incident/src/
Dincident_report.cpp38 AIncidentReportArgs* AIncidentReportArgs_clone(AIncidentReportArgs* that) { in AIncidentReportArgs_clone() function
/frameworks/base/libs/incident/tests/
DIncidentReportRequest_test.cpp33 mImpl = AIncidentReportArgs_clone(that.mImpl); in IncidentReportRequest()