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

Method set_client

implementation/routing/src/routing_manager_base.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void routing_manager_base::set_client(const client_t& _client) {
48
49 host_->set_client(_client);
50}
51
52session_t routing_manager_base::get_session(bool _is_request) {
53 return host_->get_session(_is_request);

Callers 15

send_localMethod · 0.45
send_errorMethod · 0.45
inform_requestersMethod · 0.45
send_subscribeMethod · 0.45
send_unsubscribeMethod · 0.45
send_subscribe_ackMethod · 0.45
send_subscribe_nackMethod · 0.45
handle_requestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected