Home
last modified time | relevance | path

Searched refs:event_stream_server_connection_handler_properties (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Devent_stream_rpc_server.c226 event_stream_server_connection_handler_properties.continuationCls, in s_on_incoming_stream_fn()
227 event_stream_server_connection_handler_properties.newContinuationConstructor, in s_on_incoming_stream_fn()
249 event_stream_server_connection_handler_properties.onIncomingStream, in s_on_incoming_stream_fn()
322 event_stream_server_connection_handler_properties.onProtocolMessage, in s_connection_protocol_message_fn()
H A Djava_class_ids.c593 …a_event_stream_server_connection_handler_properties event_stream_server_connection_handler_propert… variable
599 event_stream_server_connection_handler_properties.continuationCls = (*env)->NewGlobalRef( in s_cache_event_stream_server_connection_handler_properties()
601 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.continuationCls); in s_cache_event_stream_server_connection_handler_properties()
603 event_stream_server_connection_handler_properties.newContinuationConstructor = in s_cache_event_stream_server_connection_handler_properties()
604 …(*env)->GetMethodID(env, event_stream_server_connection_handler_properties.continuationCls, "<init… in s_cache_event_stream_server_connection_handler_properties()
605 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.newContinuationConstructor); in s_cache_event_stream_server_connection_handler_properties()
607 event_stream_server_connection_handler_properties.onProtocolMessage = in s_cache_event_stream_server_connection_handler_properties()
609 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.onProtocolMessage); in s_cache_event_stream_server_connection_handler_properties()
611 event_stream_server_connection_handler_properties.onIncomingStream = (*env)->GetMethodID( in s_cache_event_stream_server_connection_handler_properties()
617 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.onIncomingStream); in s_cache_event_stream_server_connection_handler_properties()
H A Djava_class_ids.h277 …a_event_stream_server_connection_handler_properties event_stream_server_connection_handler_propert…