Searched defs:_RPCState (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | _server.py | 91 def _completion_code(state: _RPCState) -> cygrpc.StatusCode: 99 state: _RPCState, code: cygrpc.StatusCode 107 def _details(state: _RPCState) -> bytes: 124 class _RPCState(object): class 159 def _raise_rpc_error(state: _RPCState) -> None: 166 state: _RPCState, token: str 177 def _send_status_from_server(state: _RPCState, token: str) -> ServerCallbackTag: 186 state: _RPCState, metadata: Optional[MetadataType] 204 state: _RPCState, metadata: Optional[MetadataType] 213 state: _RPCState, call: cygrpc.Call, code: cygrpc.StatusCode, details: bytes [all …]
|
H A D | _channel.py | 121 class _RPCState(object): class 182 def _abort(state: _RPCState, code: grpc.StatusCode, details: str) -> None: 193 state: _RPCState, 236 state: _RPCState, response_deserializer: Optional[DeserializingFunction] 261 state: _RPCState, 354 def _rpc_state_string(class_name: str, rpc_state: _RPCState) -> str: 384 def __init__(self, state: _RPCState): 487 state: _RPCState, 994 state: _RPCState,
|
H A D | _observability.py | 267 def maybe_record_rpc_latency(state: "_channel._RPCState") -> None:
|