Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/incidentd/incidentd/android_arm64_armv8-2a_cortex-a55/gen/proto/frameworks/base/cmds/incidentd/src/
Dreport_file.pb.h52 class ReportFileProto_Report; variable
60 … ::android::os::incidentd::ReportFileProto_Report* Arena::CreateMaybeMessage<::android::os::incide…
68 class ReportFileProto_Report final :
71 inline ReportFileProto_Report() : ReportFileProto_Report(nullptr) {} in ReportFileProto_Report() function
72 ~ReportFileProto_Report() override;
73 …explicit PROTOBUF_CONSTEXPR ReportFileProto_Report(::PROTOBUF_NAMESPACE_ID::internal::ConstantInit…
75 ReportFileProto_Report(const ReportFileProto_Report& from);
76 ReportFileProto_Report(ReportFileProto_Report&& from) noexcept in ReportFileProto_Report() function
77 : ReportFileProto_Report() { in ReportFileProto_Report()
81 inline ReportFileProto_Report& operator=(const ReportFileProto_Report& from) {
[all …]
Dreport_file.pb.cc24 PROTOBUF_CONSTEXPR ReportFileProto_Report::ReportFileProto_Report( in ReportFileProto_Report() function in android::os::incidentd::ReportFileProto_Report
41 ReportFileProto_Report _instance;
73 class ReportFileProto_Report::_Internal {
75 using HasBits = decltype(std::declval<ReportFileProto_Report>()._impl_._has_bits_);
96 ReportFileProto_Report::ReportFileProto_Report(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ReportFileProto_Report() function in android::os::incidentd::ReportFileProto_Report
102 ReportFileProto_Report::ReportFileProto_Report(const ReportFileProto_Report& from) in ReportFileProto_Report() function in android::os::incidentd::ReportFileProto_Report
104 ReportFileProto_Report* const _this = this; (void)_this; in ReportFileProto_Report()
140 inline void ReportFileProto_Report::SharedCtor( in SharedCtor()
166 ReportFileProto_Report::~ReportFileProto_Report() { in ~ReportFileProto_Report()
175 inline void ReportFileProto_Report::SharedDtor() { in SharedDtor()
[all …]
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp132 static bool has_section(const ReportFileProto_Report& report, int section) { in has_section()
273 ReportFileProto_Report* report; in addReport()
310 RepeatedPtrField<ReportFileProto_Report>* reports = mEnvelope.mutable_report(); in removeReport()
313 const ReportFileProto_Report& r = reports->Get(i); in removeReport()
322 RepeatedPtrField<ReportFileProto_Report>* reports = mEnvelope.mutable_report(); in removeReports()
325 const ReportFileProto_Report& r = reports->Get(i); in removeReports()
343 ReportFileProto_Report* report = mEnvelope.mutable_report(reportIndex); in markApproved()
616 const ReportFileProto_Report& report = envelope.report(i); in getReport()
848 void get_args_from_report(IncidentReportArgs* out, const ReportFileProto_Report& report) { in get_args_from_report()
H A DWorkDirectory.h42 void get_args_from_report(IncidentReportArgs* out, const ReportFileProto_Report& report);
H A DBroadcaster.cpp200 const ReportFileProto_Report& report = envelope.report(reportIndex); in sendBroadcasts()
H A DIncidentService.cpp429 const ReportFileProto_Report& report = envelope.report(reportIndex); in getIncidentReportList()