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

Method add_client

implementation/routing/src/serviceinfo.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void serviceinfo::add_client(client_t _client) {
86 std::scoped_lock its_lock(mutex_);
87 requesters_.insert(_client);
88}
89
90void serviceinfo::remove_client(client_t _client) {
91 std::scoped_lock its_lock(mutex_);

Callers 3

request_serviceMethod · 0.45
request_serviceMethod · 0.45
add_routing_infoMethod · 0.45

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected