Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/test/application_tests/
Dapplication_test_service.cpp24 class application_test_service { class
26 application_test_service(struct application_test::service_info _service_info) : in application_test_service() function in application_test_service
34 offer_thread_(std::bind(&application_test_service::run, this)) { in application_test_service()
40 std::bind(&application_test_service::on_state, this, in application_test_service()
45 std::bind(&application_test_service::on_request, this, in application_test_service()
50 std::bind(&application_test_service::on_shutdown_method_called, this, in application_test_service()
61 ~application_test_service() { in ~application_test_service()
Dapplication_test_availability.cpp17 application_test_service its_receiver(application_test::service); in TEST()
Dapplication_test_single_process.cpp17 application_test_service its_receiver(application_test::service); in TEST()