Home
last modified time | relevance | path

Searched refs:grpc_call_start_batch_and_execute (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.h81 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call,
Dserver.cc1245 grpc_call_start_batch_and_execute(call_, &op, 1, in Start()
1342 grpc_call_start_batch_and_execute(call_, &op, 1, &publish_); in StartNewRpc()
Dcall.cc1987 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call, in grpc_call_start_batch_and_execute() function
/external/grpc-grpc/src/core/lib/surface/
Dcall.h79 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call,
Dserver.cc572 grpc_call_start_batch_and_execute(calld->call, &op, 1, &calld->publish); in finish_start_new_rpc()
820 grpc_call_start_batch_and_execute(call, &op, 1, &calld->got_initial_metadata); in accept_stream()
Dcall.cc1894 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call, in grpc_call_start_batch_and_execute() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc712 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
747 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
764 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
835 grpc_call_start_batch_and_execute(call_, &op, 1, &on_request_sent_); in SendMessageLocked()
1231 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()
1373 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendReportLocked()
1480 call_error = grpc_call_start_batch_and_execute( in LrsCallState()
1500 call_error = grpc_call_start_batch_and_execute( in LrsCallState()
1517 call_error = grpc_call_start_batch_and_execute( in LrsCallState()
1680 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in OnResponseReceivedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc849 call_error = grpc_call_start_batch_and_execute(lb_call_, ops, in StartQuery()
872 call_error = grpc_call_start_batch_and_execute( in StartQuery()
889 call_error = grpc_call_start_batch_and_execute( in StartQuery()
974 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked()
1178 const grpc_call_error call_error = grpc_call_start_batch_and_execute( in OnBalancerMessageReceivedLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc594 call_error = grpc_call_start_batch_and_execute( in StartQuery()
616 call_error = grpc_call_start_batch_and_execute( in StartQuery()
632 call_error = grpc_call_start_batch_and_execute( in StartQuery()
709 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked()
870 const grpc_call_error call_error = grpc_call_start_batch_and_execute( in OnBalancerMessageReceivedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc702 client->grpc_caller = grpc_call_start_batch_and_execute; in alts_grpc_handshaker_client_create()