Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/test/application_tests/
Dapplication_test.cpp323 class someip_application_exception_test: public ::testing::Test { class
340 std::bind(&someip_application_exception_test::on_message_shutdown, this, in SetUp()
345 std::bind(&someip_application_exception_test::on_message_exception, this, in SetUp()
349 std::bind(&someip_application_exception_test::on_state, this, in SetUp()
354 std::bind(&someip_application_exception_test::on_availability, in SetUp()
358 … shutdown_thread_ = std::thread(&someip_application_exception_test::send_shutdown_message, this); in SetUp()
465 TEST_F(someip_application_exception_test, catch_exception_in_invoked_handler) { in TEST_F() argument