Home
last modified time | relevance | path

Searched refs:startBatch (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DEndToEndTest.php45 $event = $call->startBatch([
57 $event = $server_call->startBatch([
71 $event = $call->startBatch([
94 $event = $call->startBatch([
108 $event = $server_call->startBatch([
117 $event = $call->startBatch([
142 $event = $call->startBatch([
156 $event = $server_call->startBatch([
174 $event = $call->startBatch([
205 $event = $call->startBatch([
[all …]
DCallTest.php56 $result = $this->call->startBatch($batch);
65 $result = $this->call->startBatch($batch);
74 $result = $this->call->startBatch($batch);
85 $result = $this->call->startBatch($batch);
107 $result = $this->call->startBatch($batch);
118 $result = $this->call->startBatch($batch);
129 $result = $this->call->startBatch($batch);
140 $result = $this->call->startBatch($batch);
DSecureEndToEndTest.php60 $event = $call->startBatch([
72 $event = $server_call->startBatch([
86 $event = $call->startBatch([
111 $event = $call->startBatch([
125 $event = $server_call->startBatch([
134 $event = $call->startBatch([
161 $event = $call->startBatch([
175 $event = $server_call->startBatch([
193 $event = $call->startBatch([
DCallCredentials2Test.php73 $event = $call->startBatch([
93 $event = $server_call->startBatch([
107 $event = $call->startBatch([
143 $event = $call->startBatch([
175 $event = $call->startBatch([
DCallCredentialsTest.php75 $event = $call->startBatch([
95 $event = $server_call->startBatch([
109 $event = $call->startBatch([
DServerTest.php66 $event = $call->startBatch([Grpc\OP_SEND_INITIAL_METADATA => [],
DInterceptorTest.php328 $event = $server_call->startBatch([
345 $event = $server_call->startBatch([
DCallInvokerTest.php212 $event = $server_call->startBatch([
/external/grpc-grpc/src/php/lib/Grpc/
DBidiStreamingCall.php36 $this->call->startBatch([
52 $read_event = $this->call->startBatch($batch);
74 $this->call->startBatch([
84 $this->call->startBatch([
97 $status_event = $this->call->startBatch([
DServerStreamingCall.php43 $this->call->startBatch([
59 $read_event = $this->call->startBatch($batch);
66 $response = $this->call->startBatch([
80 $status_event = $this->call->startBatch([
95 $event = $this->call->startBatch([OP_RECV_INITIAL_METADATA => true]);
DClientStreamingCall.php36 $this->call->startBatch([
55 $this->call->startBatch([
67 $event = $this->call->startBatch([
DUnaryCall.php43 $this->call->startBatch([
64 $event = $this->call->startBatch($batch);
80 $event = $this->call->startBatch([OP_RECV_INITIAL_METADATA => true]);
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php204 $result = $call1->startBatch($batch);
206 $result = $call2->startBatch($batch);
211 $result = $call4->startBatch($batch);
214 $result = $call3->startBatch($batch);
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c252 PHP_METHOD(Call, startBatch) { in PHP_METHOD() argument
613 PHP_ME(Call, startBatch, arginfo_startBatch, ZEND_ACC_PUBLIC)
/external/grpc-grpc/templates/
Dpackage.xml.template187 - destroy grpc_byte_buffer after startBatch #6096