Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc60 GPR_ASSERT(grpc_gcp_handshaker_req_add_application_protocol(req, "grpc")); in main()
61 GPR_ASSERT(grpc_gcp_handshaker_req_add_application_protocol(req, "http2")); in main()
83 GPR_ASSERT(grpc_gcp_handshaker_req_add_application_protocol(req, "grpc")); in main()
84 GPR_ASSERT(grpc_gcp_handshaker_req_add_application_protocol(req, "http2")); in main()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.h114 bool grpc_gcp_handshaker_req_add_application_protocol(
Dalts_handshaker_client.cc91 ok &= grpc_gcp_handshaker_req_add_application_protocol( in get_serialized_start_client()
144 bool ok = grpc_gcp_handshaker_req_add_application_protocol( in get_serialized_start_server()
Dalts_handshaker_service_api.cc131 bool grpc_gcp_handshaker_req_add_application_protocol( in grpc_gcp_handshaker_req_add_application_protocol() function