Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc701 grpc_call_error call_error; in AdsCallState() local
712 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
714 GPR_ASSERT(GRPC_CALL_OK == call_error); in AdsCallState()
747 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
749 GPR_ASSERT(GRPC_CALL_OK == call_error); in AdsCallState()
764 call_error = grpc_call_start_batch_and_execute( in AdsCallState()
766 GPR_ASSERT(GRPC_CALL_OK == call_error); in AdsCallState()
834 grpc_call_error call_error = in SendMessageLocked() local
836 if (GPR_UNLIKELY(call_error != GRPC_CALL_OK)) { in SendMessageLocked()
839 xds_client(), this, call_error); in SendMessageLocked()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc826 grpc_call_error call_error; in StartQuery() local
849 call_error = grpc_call_start_batch_and_execute(lb_call_, ops, in StartQuery()
852 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
872 call_error = grpc_call_start_batch_and_execute( in StartQuery()
875 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
889 call_error = grpc_call_start_batch_and_execute( in StartQuery()
892 GPR_ASSERT(GRPC_CALL_OK == call_error); in StartQuery()
974 grpc_call_error call_error = grpc_call_start_batch_and_execute( in SendClientLoadReportLocked() local
976 if (GPR_UNLIKELY(call_error != GRPC_CALL_OK)) { in SendClientLoadReportLocked()
979 grpclb_policy_.get(), this, call_error); in SendClientLoadReportLocked()
[all …]
/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/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc313 grpc_call_error call_error = in continue_make_grpc_call() local
317 GPR_ASSERT(call_error == GRPC_CALL_OK); in continue_make_grpc_call()
/external/grpc-grpc/doc/
Denvironment_variables.md43 - call_error - traces the possible errors contributing to final call status