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

Method sd_acceptance_enabled

implementation/routing/src/routing_manager_impl.cpp:3325–3328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3323}
3324
3325void routing_manager_impl::sd_acceptance_enabled(const boost::asio::ip::address& _address, const port_range_t& _range, bool _reliable) {
3326 expire_subscriptions(_address, _range, _reliable);
3327 expire_services(_address, _range, _reliable);
3328}
3329
3330void routing_manager_impl::memory_log_timer_cbk(boost::system::error_code const& _error) {
3331 if (_error) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected