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

Method get_eventgroupinfo

implementation/routing/src/remote_subscription.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81std::shared_ptr<eventgroupinfo> remote_subscription::get_eventgroupinfo() const {
82 return eventgroupinfo_.lock();
83}
84
85void remote_subscription::set_eventgroupinfo(const std::shared_ptr<eventgroupinfo>& _info) {
86 eventgroupinfo_ = _info;

Callers 3

on_remote_subscribeMethod · 0.45
on_remote_unsubscribeMethod · 0.45
expire_subscriptionsMethod · 0.45

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected