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

Method assignment_timeout

implementation/endpoints/src/local_endpoint.cpp:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void local_endpoint::assignment_timeout() {
494 std::unique_lock lock{mutex_};
495 if (own_ == VSOMEIP_CLIENT_UNSET) {
496 VSOMEIP_ERROR_P << " ";
497 escalate_internal(lock);
498 return;
499 }
500}
501
502void local_endpoint::receive_cbk(boost::system::error_code const& _ec, size_t _bytes) {
503 if (_ec) {

Callers 1

connect_cbkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected