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

Method expire_services

implementation/routing/src/routing_manager_impl.cpp:1881–1883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879}
1880
1881void routing_manager_impl::expire_services(const boost::asio::ip::address& _address) {
1882 expire_services(_address, port_range_t(ANY_PORT, ANY_PORT), false);
1883}
1884
1885void routing_manager_impl::expire_services(const boost::asio::ip::address& _address, std::uint16_t _port, bool _reliable) {
1886 expire_services(_address, port_range_t(_port, _port), _reliable);

Callers 2

on_messageMethod · 0.80

Calls 8

port_range_tClass · 0.85
hex4Function · 0.85
is_anyMethod · 0.80
get_endpointMethod · 0.45
containsMethod · 0.45
get_remote_portMethod · 0.45
get_remote_addressMethod · 0.45
unsubscribe_allMethod · 0.45

Tested by

no test coverage detected