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

Method expire_subscriptions

implementation/routing/src/routing_manager_impl.cpp:1923–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921}
1922
1923void routing_manager_impl::expire_subscriptions(const boost::asio::ip::address& _address) {
1924 expire_subscriptions(_address, port_range_t(ANY_PORT, ANY_PORT), false);
1925}
1926
1927void routing_manager_impl::expire_subscriptions(const boost::asio::ip::address& _address, std::uint16_t _port, bool _reliable) {
1928 expire_subscriptions(_address, port_range_t(_port, _port), _reliable);

Callers

nothing calls this directly

Calls 15

port_range_tClass · 0.85
hex4Function · 0.85
is_anyMethod · 0.80
instanceMethod · 0.80
is_forwardedMethod · 0.80
get_reliableMethod · 0.80
get_unreliableMethod · 0.80
is_expiredMethod · 0.80
set_expiredMethod · 0.80
insertMethod · 0.80
get_expirationMethod · 0.80

Tested by

no test coverage detected