Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A Dsection_list.h34 extern const Section* SECTION_LIST[];
H A DIncidentService.cpp330 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate()
569 while (SECTION_LIST[idx] != NULL) { in command()
570 const Section* section = SECTION_LIST[idx]; in command()
H A DReporter.cpp638 for (const Section** section = SECTION_LIST; *section; section++) { in runReport()
/aosp14/frameworks/base/cmds/incidentd/tests/
H A Dsection_list.cpp50 const Section* SECTION_LIST[] = { variable