Searched refs:grpc_call_start_batch_and_execute (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_transport_grpc.cc | 96 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall() 114 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall() 130 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall() 170 grpc_call_start_batch_and_execute(call_, &op, 1, &on_request_sent_); in SendMessage() 211 const grpc_call_error call_error = grpc_call_start_batch_and_execute( in OnResponseReceived()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_transport_grpc.cc | 110 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall() 127 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall() 167 grpc_call_start_batch_and_execute(call_, &op, 1, &on_request_sent_); in SendMessage() 180 grpc_call_start_batch_and_execute(call_, &op, 1, &on_response_received_); in StartRecvMessage()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 980 call_error = grpc_call_start_batch_and_execute(lb_call_, ops, in StartQuery() 1003 call_error = grpc_call_start_batch_and_execute( in StartQuery() 1020 call_error = grpc_call_start_batch_and_execute( in StartQuery() 1093 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked() 1302 const grpc_call_error call_error = grpc_call_start_batch_and_execute( in OnBalancerMessageReceivedLocked()
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/grpclb/ |
H A D | grpclb.cc | 982 call_error = grpc_call_start_batch_and_execute(lb_call_, ops, in StartQuery() 1005 call_error = grpc_call_start_batch_and_execute( in StartQuery() 1022 call_error = grpc_call_start_batch_and_execute( in StartQuery() 1095 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked() 1304 const grpc_call_error call_error = grpc_call_start_batch_and_execute( in OnBalancerMessageReceivedLocked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.h | 163 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call,
|
D | server.cc | 1489 grpc_call_start_batch_and_execute(call_, &op, 1, in Start() 1583 grpc_call_start_batch_and_execute(call_, &op, 1, &publish_); in StartNewRpc()
|
D | call.cc | 3603 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call, in grpc_call_start_batch_and_execute() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | call.h | 180 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call,
|
H A D | server.cc | 1691 grpc_call_start_batch_and_execute(call_, &op, 1, in Start() 1784 grpc_call_start_batch_and_execute(call_, &op, 1, &publish_); in StartNewRpc()
|
H A D | call.cc | 4284 grpc_call_error grpc_call_start_batch_and_execute(grpc_call* call, in grpc_call_start_batch_and_execute() function
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client.cc | 728 client->grpc_caller = grpc_call_start_batch_and_execute; in alts_grpc_handshaker_client_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 728 client->grpc_caller = grpc_call_start_batch_and_execute; in alts_grpc_handshaker_client_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/ |
D | rls.cc | 1764 auto call_error = grpc_call_start_batch_and_execute( in StartCallLocked()
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/rls/ |
H A D | rls.cc | 1797 auto call_error = grpc_call_start_batch_and_execute( in StartCallLocked()
|