Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dgrpc_alts_credentials_options_test.cc48 target_service_account* node = client_options->target_account_list_head; in get_target_service_account_num()
70 GPR_ASSERT(strcmp(client_options->target_account_list_head->data, in test_client_options_api_success()
72 GPR_ASSERT(strcmp(client_options->target_account_list_head->next->data, in test_client_options_api_success()
81 GPR_ASSERT(strcmp(new_client_options->target_account_list_head->data, in test_client_options_api_success()
83 GPR_ASSERT(strcmp(new_client_options->target_account_list_head->next->data, in test_client_options_api_success()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc59 node->next = client_options->target_account_list_head; in grpc_alts_credentials_client_options_add_target_service_account()
60 client_options->target_account_list_head = node; in grpc_alts_credentials_client_options_add_target_service_account()
95 ->target_account_list_head; in alts_client_options_copy()
100 new_client_options->target_account_list_head = new_node; in alts_client_options_copy()
120 target_service_account* node = client_options->target_account_list_head; in alts_client_options_destroy()
Dgrpc_alts_credentials_options.h52 target_service_account* target_account_list_head; member
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc102 ->target_account_list_head; in get_serialized_start_client()