Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_instance
Method
get_instance
implementation/service_discovery/src/entry_impl.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
instance_t entry_impl::get_instance() const {
62
return instance_;
63
}
64
65
void entry_impl::set_instance(instance_t _instance) {
66
instance_ = _instance;
Callers
11
insert_subscription_ack_unlocked
Method · 0.45
check_sent_offers
Method · 0.45
process_serviceentry
Method · 0.45
insert_offer_service
Method · 0.45
process_eventgroupentry
Method · 0.45
serialize_and_send
Method · 0.45
offer_service
Method · 0.45
stop_offer_service
Method · 0.45
send_collected_stop_offers
Method · 0.45
update_subscription_expiration_timer
Method · 0.45
is_subscribed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected