Home
last modified time | relevance | path

Searched defs:send_rpc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/examples/python/auth/
H A Dtls_client.py32 def send_rpc(stub): function
H A Dtoken_based_auth_client.py52 def send_rpc(channel): function
H A Dcustomized_auth_client.py74 def send_rpc(channel): function
H A Dasync_customized_auth_client.py76 async def send_rpc(channel: grpc.aio.Channel) -> helloworld_pb2.HelloReply: function