Searched refs:runReport (Results 1 – 4 of 4) sorted by relevance
131 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()
96 run_report_status_t runReport(size_t* reportByteSize);
127 Reporter::run_report_status_t Reporter::runReport(size_t* reportByteSize) { in runReport() function in android::os::incidentd::Reporter
179 Reporter::run_report_status_t reportStatus = reporter->runReport(&reportByteSize); in run_report()