Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py24 def __init__(self, method_full_rpc_name, channel_handler): argument
25 self._method_full_rpc_name = method_full_rpc_name
49 def __init__(self, method_full_rpc_name, channel_handler): argument
50 self._method_full_rpc_name = method_full_rpc_name
62 def __init__(self, method_full_rpc_name, channel_handler): argument
63 self._method_full_rpc_name = method_full_rpc_name
102 def __init__(self, method_full_rpc_name, channel_handler): argument
103 self._method_full_rpc_name = method_full_rpc_name
D_channel_state.py28 def invoke_rpc(self, method_full_rpc_name, invocation_metadata, requests, argument
33 self._rpc_states[method_full_rpc_name].append(rpc_state)
38 method_full_rpc_name = '/{}/{}'.format(
43 method_rpc_states = self._rpc_states[method_full_rpc_name]
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_common.py101 def invoke_rpc(self, method_full_rpc_name, invocation_metadata, requests, argument