Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h54 void setReceiverCls(const string& cls);
/aosp14/frameworks/base/libs/incident/tests/
H A DIncidentReportArgs_test.cpp44 args.setReceiverCls("com.android.os.Receiver"); in TEST()
/aosp14/frameworks/base/libs/incident/src/
H A Dincident_report.cpp64 reinterpret_cast<IncidentReportArgs*>(args)->setReceiverCls(string(cls)); in AIncidentReportArgs_setReceiverClass()
H A DIncidentReportArgs.cpp201 IncidentReportArgs::setReceiverCls(const string& cls) in setReceiverCls() function in android::os::IncidentReportArgs
/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp279 argsCopy.setReceiverCls(DROPBOX_SENTINEL.getClassName()); in reportIncident()
294 argsCopy.setReceiverCls(""); in reportIncidentToStream()
H A DWorkDirectory.cpp852 out->setReceiverCls(report.cls()); in get_args_from_report()
/aosp14/frameworks/base/cmds/incident/
H A Dmain.cpp322 args.setReceiverCls(cls); in main()