/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/include/ |
D | local_client_endpoint_impl.hpp | 76 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
D | udp_client_endpoint_impl.hpp | 65 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
D | tcp_client_endpoint_impl.hpp | 80 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
D | udp_server_endpoint_impl.hpp | 78 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
D | server_endpoint_impl.hpp | 122 virtual bool tp_segmentation_enabled(service_t _service,
|
D | client_endpoint_impl.hpp | 141 virtual bool tp_segmentation_enabled(service_t _service,
|
D | local_server_endpoint_impl.hpp | 187 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
D | tcp_server_endpoint_impl.hpp | 150 bool tp_segmentation_enabled(service_t _service, method_t _method) const;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | udp_server_endpoint_impl.cpp | 686 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
|
D | local_client_endpoint_impl.cpp | 394 bool local_client_endpoint_impl::tp_segmentation_enabled( in tp_segmentation_enabled() function in vsomeip_v3::local_client_endpoint_impl
|
D | udp_client_endpoint_impl.cpp | 597 bool udp_client_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::udp_client_endpoint_impl
|
D | client_endpoint_impl.cpp | 642 if (tp_segmentation_enabled(its_service, its_method)) { in check_message_size()
|
D | server_endpoint_impl.cpp | 471 if (tp_segmentation_enabled(its_service, its_method)) { in check_message_size()
|
D | local_server_endpoint_impl.cpp | 985 bool local_server_endpoint_impl::tp_segmentation_enabled( in tp_segmentation_enabled() function in vsomeip_v3::local_server_endpoint_impl
|
D | tcp_client_endpoint_impl.cpp | 941 bool tcp_client_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::tcp_client_endpoint_impl
|
D | tcp_server_endpoint_impl.cpp | 993 bool tcp_server_endpoint_impl::tp_segmentation_enabled(service_t _service, in tp_segmentation_enabled() function in vsomeip_v3::tcp_server_endpoint_impl
|