|
void | SetXdsChannelArgsForTest (grpc_channel_args *args) |
|
void | UnsetGlobalXdsClientForTest () |
|
void | SetXdsFallbackBootstrapConfig (const char *config) |
|
google_rpc_Status * | StatusToProto (absl::Status status, upb_arena *arena) GRPC_MUST_USE_RESULT |
| Builds a upb message, google_rpc_Status from a status This is for internal implementation & test only. More...
|
|
absl::Status | StatusFromProto (google_rpc_Status *msg) GRPC_MUST_USE_RESULT |
| Builds a status from a upb message, google_rpc_Status This is for internal implementation & test only. More...
|
|
uintptr_t | StatusAllocPtr (absl::Status s) |
| Returns ptr where the given status is copied into. More...
|
|
void | StatusFreePtr (uintptr_t ptr) |
| Frees the allocated status at ptr. More...
|
|
absl::Status | StatusGetFromPtr (uintptr_t ptr) |
| Get the status from ptr. More...
|
|
char * | read_bios_file (const char *bios_file) |
| This method is a helper function that reads a file containing system bios data. More...
|
|
bool | check_bios_data (const char *bios_data) |
| This method checks if system BIOS data contains Google-specific phrases. More...
|
|
void | set_gce_tenancy_checker_for_testing (grpc_gce_tenancy_checker checker) |
|
void | grpc_flush_cached_google_default_credentials (void) |
|
grpc_core::RefCountedPtr< grpc_auth_context > | grpc_alts_auth_context_from_tsi_peer (const tsi_peer *peer) |
|
grpc_error_handle | TlsCheckHostName (const char *peer_name, const tsi_peer *peer) |
|
void | alts_handshaker_client_set_grpc_caller_for_testing (alts_handshaker_client *c, alts_grpc_caller caller) |
|
grpc_byte_buffer * | alts_handshaker_client_get_send_buffer_for_testing (alts_handshaker_client *c) |
|
grpc_byte_buffer ** | alts_handshaker_client_get_recv_buffer_addr_for_testing (alts_handshaker_client *c) |
|
grpc_metadata_array * | alts_handshaker_client_get_initial_metadata_for_testing (alts_handshaker_client *c) |
|
void | alts_handshaker_client_set_recv_bytes_for_testing (alts_handshaker_client *c, grpc_slice *recv_bytes) |
|
void | alts_handshaker_client_set_fields_for_testing (alts_handshaker_client *c, alts_tsi_handshaker *handshaker, tsi_handshaker_on_next_done_cb cb, void *user_data, grpc_byte_buffer *recv_buffer, grpc_status_code status) |
|
void | alts_handshaker_client_check_fields_for_testing (alts_handshaker_client *c, tsi_handshaker_on_next_done_cb cb, void *user_data, bool has_sent_start_message, grpc_slice *recv_bytes) |
|
void | alts_handshaker_client_set_vtable_for_testing (alts_handshaker_client *c, alts_handshaker_client_vtable *vtable) |
|
alts_tsi_handshaker * | alts_handshaker_client_get_handshaker_for_testing (alts_handshaker_client *c) |
|
void | alts_handshaker_client_set_cb_for_testing (alts_handshaker_client *c, tsi_handshaker_on_next_done_cb cb) |
|
grpc_closure * | alts_handshaker_client_get_closure_for_testing (alts_handshaker_client *c) |
|
void | alts_handshaker_client_ref_for_testing (alts_handshaker_client *c) |
|
void | alts_handshaker_client_on_status_received_for_testing (alts_handshaker_client *c, grpc_status_code status, grpc_error_handle error) |
|
bool | alts_tsi_handshaker_get_has_sent_start_message_for_testing (alts_tsi_handshaker *handshaker) |
|
void | alts_tsi_handshaker_set_client_vtable_for_testing (alts_tsi_handshaker *handshaker, alts_handshaker_client_vtable *vtable) |
|
bool | alts_tsi_handshaker_get_is_client_for_testing (alts_tsi_handshaker *handshaker) |
|
alts_handshaker_client * | alts_tsi_handshaker_get_client_for_testing (alts_tsi_handshaker *handshaker) |
| Unsafe, use for testing only. More...
|
|
int | grpc_gcp_rpc_protocol_version_compare (const grpc_gcp_rpc_protocol_versions_version *v1, const grpc_gcp_rpc_protocol_versions_version *v2) |
| Exposed for testing only. More...
|
|