Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
852
template<typename Protocol>
853
void client_endpoint_impl<Protocol>::cancel_dispatch_timer() {
854
dispatch_timer_.cancel();
855
}
856
857
template<typename Protocol>
858
void client_endpoint_impl<Protocol>::update_last_departure() {
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected