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

Method cancel_dispatch_timer

implementation/endpoints/src/client_endpoint_impl.cpp:853–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851
852template<typename Protocol>
853void client_endpoint_impl<Protocol>::cancel_dispatch_timer() {
854 dispatch_timer_.cancel();
855}
856
857template<typename Protocol>
858void client_endpoint_impl<Protocol>::update_last_departure() {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected