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

Method on_register_application

implementation/routing/src/routing_manager_impl.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void routing_manager_impl::on_register_application(client_t _client, const boost::asio::ip::address& _address, port_t _port) {
119 if (stub_) {
120 stub_->on_register_application(_client, _address, _port);
121 }
122}
123
124void routing_manager_impl::lazy_load([[maybe_unused]] const std::string& _client_host) {
125 VSOMEIP_ERROR_P << "Not supposed to be called";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected