Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc50 alts_grpc_handshaker_client* grpc_client = in make_grpc_call() local
74 GPR_ASSERT(grpc_client->grpc_caller != nullptr); in make_grpc_call()
75 if (grpc_client->grpc_caller(grpc_client->call, ops, in make_grpc_call()
226 alts_grpc_handshaker_client* grpc_client = in handshaker_client_shutdown() local
228 GPR_ASSERT(grpc_call_cancel(grpc_client->call, nullptr) == GRPC_CALL_OK); in handshaker_client_shutdown()
235 alts_grpc_handshaker_client* grpc_client = in handshaker_client_destruct() local
237 grpc_call_unref(grpc_client->call); in handshaker_client_destruct()
272 alts_grpc_handshaker_client* grpc_client = in alts_handshaker_client_set_grpc_caller_for_testing() local
274 grpc_client->grpc_caller = caller; in alts_handshaker_client_set_grpc_caller_for_testing()