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

Method notify_one

implementation/routing/src/event.cpp:330–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void event::notify_one(client_t _client, const std::shared_ptr<endpoint_definition>& _target) {
331
332 if (_target) {
333 std::scoped_lock its_lock(mutex_);
334 notify_one_unlocked(_client, _target);
335 } else {
336 VSOMEIP_WARNING_P << "Notifying " << hex4(get_service()) << "." << hex4(get_instance()) << "." << hex4(get_event())
337 << " failed. Target undefined";
338 }
339}
340
341void event::notify_one_unlocked(client_t _client, const std::shared_ptr<endpoint_definition>& _target) {
342

Callers 15

stopMethod · 0.45
add_multicast_optionMethod · 0.45
is_established_toMethod · 0.45
send_initial_eventsMethod · 0.45
put_serializerMethod · 0.45
put_deserializerMethod · 0.45
stopMethod · 0.45
on_stateMethod · 0.45
stopMethod · 0.45
sendMethod · 0.45

Calls 1

hex4Function · 0.85

Tested by

no test coverage detected