Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc519 alts_tsi_event_dispatch_to_handshaker(client_start_event, true /* is_ok */); in check_handle_response_with_shutdown()
644 alts_tsi_event_dispatch_to_handshaker(client_start_event, true /* is_ok */); in check_handle_response_success()
648 alts_tsi_event_dispatch_to_handshaker(client_next_event, true /* is_ok */); in check_handle_response_success()
652 alts_tsi_event_dispatch_to_handshaker(server_start_event, true /* is_ok */); in check_handle_response_success()
656 alts_tsi_event_dispatch_to_handshaker(server_next_event, true /* is_ok */); in check_handle_response_success()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_event.h86 void alts_tsi_event_dispatch_to_handshaker(alts_tsi_event* event, bool is_ok);
Dalts_tsi_event.cc51 void alts_tsi_event_dispatch_to_handshaker(alts_tsi_event* event, bool is_ok) { in alts_tsi_event_dispatch_to_handshaker() function
Dalts_tsi_handshaker.cc328 alts_tsi_event_dispatch_to_handshaker(alts_event, event.success); in thread_worker()