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 D | rpc_desc.rb | 50 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 D | server_reader_writer_test.cc | 470 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 D | client_reader_writer_test.cc | 412 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 D | fuzzing_common.cc | 503 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 D | active_call_spec.rb | 36 def inner_call_of_active_call(active_call) argument
|