Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.c27 …G , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, application_protocols, handshake…
28 …ED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protocols, application_protocols, 0),
45 …D, CALLBACK, FIRST, grpc_gcp_StartServerHandshakeReq, application_protocols, application_protocols
46 … , OTHER, grpc_gcp_StartServerHandshakeReq, handshake_parameters, application_protocols, &grpc_gcp…
Dalts_handshaker_service_api.cc56 req->client_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy()
86 req->server_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy()
143 &req->client_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol()
145 req->client_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol()
149 &req->server_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol()
151 req->server_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol()
Dhandshaker.pb.h107 pb_callback_t application_protocols; member
123 pb_callback_t application_protocols; member
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc32 req->client_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
48 req->server_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
475 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_client_start_req_equals()
476 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_client_start_req_equals()
516 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_server_start_req_equals()
517 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_server_start_req_equals()
Dalts_handshaker_client_test.cc174 req->client_start.application_protocols.arg)) in check_client_start_success()
215 req->server_start.application_protocols.arg)) in check_server_start_success()
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto68 repeated string application_protocols = 2; field
113 repeated string application_protocols = 1; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Dhandshaker.proto78 repeated string application_protocols = 2; field
126 repeated string application_protocols = 1; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc581 std::vector<std::string> application_protocols; member
629 if (!application_protocols.empty()) { in ToString()
631 absl::StrJoin(application_protocols, ", "), in ToString()
2156 auto* application_protocols = in FilterChainMatchParse() local
2160 filter_chain_match->application_protocols.push_back( in FilterChainMatchParse()
2161 UpbStringToStdString(application_protocols[i])); in FilterChainMatchParse()
2345 if (!filter_chain.filter_chain_match.application_protocols.empty()) { in AddFilterChainDataForApplicationProtocols()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dlistener.proto140 repeated string application_protocols = 10; field