Home
last modified time | relevance | path

Searched defs:TestCaseEnd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dmulti_event_handler_test.cc36 int TestCaseEnd = 0; member
68 void TestCaseEnd(const TestCase&, TestResult) override { in TestCaseEnd() function in pw::unit_test::__anonbfd8058b0111::FakeEventHandler
H A Drpc_light_event_handler.cc46 void RpcEventHandler::TestCaseEnd(const TestCase&, TestResult result) { in TestCaseEnd() function in pw::unit_test::internal::RpcEventHandler
H A Dgoogletest_style_event_handler.cc98 void GoogleTestStyleEventHandler::TestCaseEnd(const TestCase& test_case, in TestCaseEnd() function in pw::unit_test::GoogleTestStyleEventHandler
H A Dlogging_event_handler.cc100 void LoggingEventHandler::TestCaseEnd(const TestCase& test_case, in TestCaseEnd() function in pw::unit_test::LoggingEventHandler
/aosp_15_r20/external/pigweed/pw_perf_test/
H A Dlogging_event_handler.cc57 void LoggingEventHandler::TestCaseEnd(const TestCase& info) { in TestCaseEnd() function in pw::perf_test::LoggingEventHandler
H A Dstate_test.cc30 void TestCaseEnd(const TestCase&) override {} in TestCaseEnd() function in pw::perf_test::__anonbb2911f00111::EmptyEventHandler
/aosp_15_r20/system/chre/test/common/
H A Drun_tests.cc48 void TestCaseEnd(const TestCase &test_case, TestResult result) override { in TestCaseEnd() function in chre::__anon47f3c01c0111::PwEventHandler
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/
H A Dmulti_event_handler.h79 void TestCaseEnd(const TestCase& test_case, TestResult result) override { in TestCaseEnd() function
H A Dtest_record_event_handler.h56 void TestCaseEnd(const TestCase& test_case, TestResult result) override { in TestCaseEnd() function