Home
last modified time | relevance | path

Searched refs:tp_segmentation_enabled (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/include/
Dlocal_client_endpoint_impl.hpp76 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
Dudp_client_endpoint_impl.hpp65 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
Dtcp_client_endpoint_impl.hpp80 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
Dudp_server_endpoint_impl.hpp78 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
Dserver_endpoint_impl.hpp122 virtual bool tp_segmentation_enabled(service_t _service,
Dclient_endpoint_impl.hpp141 virtual bool tp_segmentation_enabled(service_t _service,
Dlocal_server_endpoint_impl.hpp187 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
Dtcp_server_endpoint_impl.hpp150 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dudp_server_endpoint_impl.cpp686 if (!tp_segmentation_enabled(its_service, its_method)) { in on_message_received()
835 bool udp_server_endpoint_impl::tp_segmentation_enabled( in tp_segmentation_enabled() function in vsomeip_v3::udp_server_endpoint_impl
Dlocal_client_endpoint_impl.cpp394 bool local_client_endpoint_impl::tp_segmentation_enabled( in tp_segmentation_enabled() function in vsomeip_v3::local_client_endpoint_impl
Dudp_client_endpoint_impl.cpp597 bool udp_client_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::udp_client_endpoint_impl
Dclient_endpoint_impl.cpp642 if (tp_segmentation_enabled(its_service, its_method)) { in check_message_size()
Dserver_endpoint_impl.cpp471 if (tp_segmentation_enabled(its_service, its_method)) { in check_message_size()
Dlocal_server_endpoint_impl.cpp985 bool local_server_endpoint_impl::tp_segmentation_enabled( in tp_segmentation_enabled() function in vsomeip_v3::local_server_endpoint_impl
Dtcp_client_endpoint_impl.cpp941 bool tcp_client_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::tcp_client_endpoint_impl
Dtcp_server_endpoint_impl.cpp993 bool tcp_server_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::tcp_server_endpoint_impl