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

Method get_eventgroups

implementation/routing/src/event.cpp:264–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264std::set<eventgroup_t> event::get_eventgroups() const {
265
266 std::set<eventgroup_t> its_eventgroups;
267 {
268 std::scoped_lock its_lock(eventgroups_mutex_);
269 for (const auto& e : eventgroups_) {
270 its_eventgroups.insert(e.first);
271 }
272 }
273 return its_eventgroups;
274}
275
276std::set<eventgroup_t> event::get_eventgroups(client_t _client) const {
277

Callers 15

sendMethod · 0.45
notify_oneMethod · 0.45
deliver_notificationMethod · 0.45
expire_subscriptionsMethod · 0.45
on_unsubscribe_ackMethod · 0.45
register_eventMethod · 0.45
unregister_eventMethod · 0.45
get_subscriptionsMethod · 0.45
on_messageMethod · 0.45
cleanup_subscriberMethod · 0.45

Calls 2

insertMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected