Home
last modified time | relevance | path

Searched refs:call_invoker (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php178 $call_invoker = new \Grpc\DefaultCallInvoker();
183 $call_invoker = new CallInvokerUpdateChannel();
188 $call_invoker = new CallInvokerUpdateChannel();
191 'grpc_call_invoker' => $call_invoker]);
192 $this->assertEquals($call_invoker->getChannel()->getTarget(), 'localhost:50050');
193 $call_invoker->getChannel()->close();
199 $call_invoker = new CallInvokerChangeRequest();
203 'grpc_call_invoker' => $call_invoker,
223 $call_invoker->getChannel()->close();
/external/grpc-grpc/src/php/lib/Grpc/
DBaseStub.php31 private $call_invoker; variable in Grpc\\BaseStub
63 $this->call_invoker = $opts['grpc_call_invoker'];
67 $this->channel = $this->call_invoker->createChannelFactory($hostname, $channel_opts);
70 $this->call_invoker = new DefaultCallInvoker();