Searched refs:execute_section (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.cpp | 639 if (execute_section(*section, &metadata, reportByteSize) != NO_ERROR) { in runReport() 645 if (execute_section(section, &metadata, reportByteSize) != NO_ERROR) { in runReport() 705 status_t Reporter::execute_section(const Section* section, IncidentMetadata* metadata, in execute_section() function in android::os::incidentd::Reporter
|
H A D | Reporter.h | 277 status_t execute_section(const Section* section, IncidentMetadata* metadata,
|
/aosp_15_r20/external/autotest/server/ |
H A D | autotest.py | 1099 def execute_section(self, section, timeout, stderr_redirector, member in _Run 1186 last = self.execute_section(section, section_timeout,
|