HomeSort by relevance Sort by last modified time
    Searched refs:has_client_start (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_handshaker_service_api.cc 35 req->has_client_start = true;
51 if (req->has_client_start) {
106 if (req == nullptr || !req->has_client_start) {
119 if (req == nullptr || target_name == nullptr || !req->has_client_start) {
141 if (req->has_client_start) {
159 if (req == nullptr || record_protocol == nullptr || !req->has_client_start) {
189 if (req == nullptr || hostname == nullptr || !req->has_client_start) {
208 if (req == nullptr || service_account == nullptr || !req->has_client_start) {
227 if (req == nullptr || hostname == nullptr || !req->has_client_start) {
240 if (req == nullptr || service_account == nullptr || !req->has_client_start) {
    [all...]
handshaker.pb.h 137 bool has_client_start; member in struct:_grpc_gcp_HandshakerReq
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_handshaker_service_api_test_lib.cc 29 req->has_client_start = true;
572 } else if (l_req->has_client_start && r_req->has_client_start) {
  /external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
fake_handshaker_server.cc 98 if (request.has_client_start()) {

Completed in 3622 milliseconds