Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/lib/Grpc/Internal/
DInterceptorChannel.php62 public function watchConnectivityState($new_state, $deadline) function in Grpc\\Internal\\InterceptorChannel
64 return $this->getNext()->watchConnectivityState($new_state, $deadline);
/external/grpc-grpc/src/php/tests/unit_tests/
DEndToEndTest.php524 $this->assertFalse($this->channel->watchConnectivityState(
537 $this->assertTrue($this->channel->watchConnectivityState(
553 $this->assertFalse($this->channel->watchConnectivityState(
574 $this->assertTrue($this->channel->watchConnectivityState(
DChannelTest.php88 $state = $this->channel->watchConnectivityState(1, $deadline);
155 $this->channel->watchConnectivityState([]);
165 $this->channel->watchConnectivityState(1, 'hi');
178 if ($channel->watchConnectivityState(GRPC\CHANNEL_IDLE,
DInterceptorTest.php413 $state = $interceptor_channel->watchConnectivityState(1, $deadline);
/external/grpc-grpc/src/php/lib/Grpc/
DBaseStub.php154 while ($this->channel->watchConnectivityState($new_state, $deadline)) {
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c495 PHP_METHOD(Channel, watchConnectivityState) { in PHP_METHOD() argument
737 PHP_ME(Channel, watchConnectivityState, arginfo_watchConnectivityState,
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php41 if ($channel->watchConnectivityState(GRPC\CHANNEL_IDLE,