Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h218 bool section_requires_specific_mention(int sectionId);
DReporter.cpp75 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in contains_section()
172 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in containsSection()
508 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
DIncidentService.cpp333 && !section_requires_specific_mention(id)) { in reportIncidentToDumpstate()
338 if (!section_requires_specific_mention(section->id)) { in reportIncidentToDumpstate()
DPrivacyFilter.cpp354 && args.containsSection(fieldId, section_requires_specific_mention(fieldId))) { in filter_and_write_report()
DSection.cpp67 bool section_requires_specific_mention(int sectionId) { in section_requires_specific_mention() function