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.h179 bool section_requires_specific_mention(int sectionId);
DReporter.cpp71 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in contains_section()
160 return args.containsSection(sectionId, section_requires_specific_mention(sectionId)); in containsSection()
462 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
DPrivacyFilter.cpp346 && args.containsSection(fieldId, section_requires_specific_mention(fieldId))) { in filter_and_write_report()
DIncidentService.cpp326 && !section_requires_specific_mention(id)) { in reportIncidentToDumpstate()
DSection.cpp66 bool section_requires_specific_mention(int sectionId) { in section_requires_specific_mention() function