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

Method send_event

implementation/routing/src/routing_manager_impl.cpp:3808–3810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3806}
3807
3808bool routing_manager_impl::send_event(client_t _client, std::shared_ptr<message> _message, bool _force) {
3809 return send_notification(_client, _message, _force);
3810}
3811
3812services_t routing_manager_impl::get_services_remote() const {
3813 std::scoped_lock its_lock(services_remote_mutex_);

Callers 2

notifyMethod · 0.45
notify_one_unlockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected