Home
last modified time | relevance | path

Searched refs:addHttp2Port (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DServerTest.php55 $port = $this->server->addHttp2Port('0.0.0.0:0');
126 $port = $this->server->addHttp2Port(['0.0.0.0:0']);
DCallTest.php27 self::$port = self::$server->addHttp2Port('0.0.0.0:53000');
DCallInvokerTest.php167 $this->port = $this->server->addHttp2Port('0.0.0.0:0');
DInterceptorTest.php213 $this->port = $this->server->addHttp2Port('0.0.0.0:0');
DEndToEndTest.php24 $this->port = $this->server->addHttp2Port('0.0.0.0:0');
/external/grpc-grpc/src/php/ext/grpc/
Dserver.c149 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument
227 PHP_ME(Server, addHttp2Port, arginfo_addHttp2Port,
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php182 $this->port = $this->server->addHttp2Port('localhost:10001');