Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_id
Method
get_id
implementation/routing/src/remote_subscription.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
remote_subscription_id_t remote_subscription::get_id() const {
74
return id_;
75
}
76
77
void remote_subscription::set_id(const remote_subscription_id_t _id) {
78
id_ = _id;
Callers
7
init
Method · 0.45
start
Method · 0.45
invoke_handler
Method · 0.45
remove_elapsed_dispatchers
Method · 0.45
update_remote_subscription
Method · 0.45
expire_subscriptions
Method · 0.45
on_remote_subscribe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected