Home
last modified time | relevance | path

Searched defs:host_override (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/
H A DSecureEndToEndTest.php23 private $host_override; variable in SecureEndToEndTest
H A DCallCredentials2Test.php24 private $host_override; variable in CallCredentials2Test
H A DCallCredentialsTest.php26 private $host_override; variable in CallCredentialsTest
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
H A Dcygrpc_test.py116 def setUpMixin(self, server_credentials, client_credentials, host_override): argument
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dcall.c206 char *host_override = NULL; in PHP_METHOD() local