Home
last modified time | relevance | path

Searched refs:call_error (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc572 grpc_call_error call_error; in StartQuery() local
594 call_error = grpc_call_start_batch_and_execute( in StartQuery()
596 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
616 call_error = grpc_call_start_batch_and_execute( in StartQuery()
618 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
632 call_error = grpc_call_start_batch_and_execute( in StartQuery()
634 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
709 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked() local
711 if (GPR_UNLIKELY(call_error != GRPC_CALL_OK)) { in SendClientLoadReportLocked()
713 call_error); in SendClientLoadReportLocked()
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi73 cdef grpc_call_error call_error = grpc_call_set_credentials(
76 return call_error
/external/grpc-grpc/doc/
Denvironment_variables.md43 - call_error - traces the possible errors contributing to final call status