Home
last modified time | relevance | path

Searched defs:active_call (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/
H A Drpc_desc.rb50 def handle_request_response(active_call, mth, inter_ctx) argument
68 def handle_client_streamer(active_call, mth, inter_ctx) argument
84 def handle_server_streamer(active_call, mth, inter_ctx) argument
105 def handle_bidi_streamer(active_call, mth, inter_ctx) argument
117 def run_server_method(active_call, mth, inter_ctx = InterceptionContext.new) argument
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dserver_reader_writer_test.cc470 RawUnaryResponder active_call = in TEST() local
485 RawUnaryResponder active_call = in TEST() local
508 RawUnaryResponder active_call = in TEST() local
551 RawServerWriter active_call = in TEST() local
567 RawServerWriter active_call = in TEST() local
H A Dclient_reader_writer_test.cc412 RawClientReaderWriter active_call = in TEST() local
440 RawUnaryReceiver active_call = in TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/
H A Dfuzzing_common.cc503 auto* active_call = ActiveCall(); in QueueBatchForActiveCall() local
541 auto* active_call = ActiveCall(); in CancelActiveCall() local
566 auto* active_call = ActiveCall(); in DestroyActiveCall() local
578 auto* active_call = ActiveCall(); in ValidatePeerForActiveCall() local
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/generic/
H A Dactive_call_spec.rb36 def inner_call_of_active_call(active_call) argument