MCPcopy Create free account
hub / github.com/COVESA/vsomeip / stop

Method stop

test/network_tests/payload_tests/payload_test_client.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void payload_test_client::stop() {
54 VSOMEIP_INFO << "Stopping...";
55 // shutdown the service
56 if (shutdown_service_at_end) {
57 shutdown_service();
58 }
59 app_->clear_all_handler();
60}
61
62void payload_test_client::shutdown_service() {
63 request_->set_service(vsomeip_test::TEST_SERVICE_SERVICE_ID);

Callers 1

runMethod · 0.45

Calls 1

clear_all_handlerMethod · 0.80

Tested by

no test coverage detected