Home
last modified time | relevance | path

Searched refs:handle_recv_buffer_exception (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/include/
Dtcp_client_endpoint_impl.hpp68 void handle_recv_buffer_exception(const std::exception &_e,
Dlocal_server_endpoint_impl.hpp135 void handle_recv_buffer_exception(const std::exception &_e);
Dtcp_server_endpoint_impl.hpp103 void handle_recv_buffer_exception(const std::exception &_e);
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dlocal_server_endpoint_impl.cpp401 handle_recv_buffer_exception(e); in start()
844 void local_server_endpoint_impl::connection::handle_recv_buffer_exception( in handle_recv_buffer_exception() function in vsomeip_v3::local_server_endpoint_impl::connection
Dtcp_client_endpoint_impl.cpp299 handle_recv_buffer_exception(e, _recv_buffer, _recv_buffer_size); in receive()
792 void tcp_client_endpoint_impl::handle_recv_buffer_exception( in handle_recv_buffer_exception() function in vsomeip_v3::tcp_client_endpoint_impl
Dtcp_server_endpoint_impl.cpp392 handle_recv_buffer_exception(e); in receive()
842 void tcp_server_endpoint_impl::connection::handle_recv_buffer_exception( in handle_recv_buffer_exception() function in vsomeip_v3::tcp_server_endpoint_impl::connection