Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp131 ASSERT_EQ(Reporter::REPORT_FINISHED, reporter->runReport(&size)); in TEST_F()
153 ASSERT_EQ(Reporter::REPORT_FINISHED, reporter->runReport(&size)); in TEST_F()
177 ASSERT_EQ(Reporter::REPORT_FINISHED, reporter->runReport(&size)); in TEST_F()
194 ASSERT_EQ(Reporter::REPORT_FINISHED, reporter->runReport(&size)); in TEST_F()
/frameworks/base/cmds/incidentd/src/
DReporter.h96 run_report_status_t runReport(size_t* reportByteSize);
DReporter.cpp127 Reporter::run_report_status_t Reporter::runReport(size_t* reportByteSize) { in runReport() function in android::os::incidentd::Reporter
DIncidentService.cpp179 Reporter::run_report_status_t reportStatus = reporter->runReport(&reportByteSize); in run_report()