Home
last modified time | relevance | path

Searched full:call_error (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/core/xds/grpc/
Dxds_transport_grpc.cc87 grpc_call_error call_error; in GrpcStreamingCall() local
108 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall()
110 CHECK_EQ(call_error, GRPC_CALL_OK); in GrpcStreamingCall()
125 call_error = grpc_call_start_batch_and_execute( in GrpcStreamingCall()
127 CHECK_EQ(call_error, GRPC_CALL_OK); in GrpcStreamingCall()
164 grpc_call_error call_error = in SendMessage() local
166 CHECK_EQ(call_error, GRPC_CALL_OK); in SendMessage()
177 const grpc_call_error call_error = in StartRecvMessage() local
179 CHECK_EQ(call_error, GRPC_CALL_OK); in StartRecvMessage()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi71 cdef grpc_call_error call_error = grpc_call_set_credentials(
74 return call_error
/third_party/grpc/src/core/load_balancing/grpclb/
Dgrpclb.cc951 grpc_call_error call_error; in StartQuery() local
974 call_error = grpc_call_start_batch_and_execute(lb_call_, ops, in StartQuery()
977 CHECK_EQ(call_error, GRPC_CALL_OK); in StartQuery()
997 call_error = grpc_call_start_batch_and_execute( in StartQuery()
1000 CHECK_EQ(call_error, GRPC_CALL_OK); in StartQuery()
1014 call_error = grpc_call_start_batch_and_execute( in StartQuery()
1017 CHECK_EQ(call_error, GRPC_CALL_OK); in StartQuery()
1087 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked() local
1089 if (GPR_UNLIKELY(call_error != GRPC_CALL_OK)) { in SendClientLoadReportLocked()
1091 << " call_error=" << call_error << " sending client load report"; in SendClientLoadReportLocked()
[all …]
/third_party/grpc/src/core/lib/debug/
Dtrace_flags.cc55 TraceFlag call_error_trace(false, "call_error");
140 {"call_error", &call_error_trace}, in GetAllTraceFlags()
Dtrace_flags.yaml50 call_error:
/third_party/grpc/examples/python/debug/
DREADME.md43 GRPC_TRACE=call_error,connectivity_state,pick_first,round_robin,glb
/third_party/grpc/doc/
Dtrace_flags.md17 - call_error - Possible errors contributing to final call statuses.
/third_party/grpc/examples/cpp/debugging/
DREADME.md32 GRPC_TRACE=call_error,connectivity_state,pick_first,round_robin,glb
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc330 grpc_call_error call_error = in continue_make_grpc_call() local
334 CHECK_EQ(call_error, GRPC_CALL_OK); in continue_make_grpc_call()
/third_party/grpc/src/core/lib/surface/
Dfilter_stack_call.cc334 GRPC_TRACE_LOG(call_error, INFO) in CancelWithError()
357 GRPC_TRACE_LOG(call_error, INFO) in SetFinalStatus()
/third_party/grpc/src/php/ext/grpc/
Dphp_grpc.c261 REGISTER_LONG_CONSTANT("Grpc\\CALL_ERROR", GRPC_CALL_ERROR, in PHP_MINIT_FUNCTION()
/third_party/grpc/src/core/load_balancing/rls/
Drls.cc1796 auto call_error = grpc_call_start_batch_and_execute( in StartCallLocked() local
1798 CHECK_EQ(call_error, GRPC_CALL_OK); in StartCallLocked()