Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/unit_tests/
DEndToEndTest.php96 Grpc\OP_SEND_MESSAGE => ['message' => $req_text,
145 Grpc\OP_SEND_MESSAGE => ['message' => $req_text],
158 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
208 Grpc\OP_SEND_MESSAGE => 'invalid',
229 Grpc\OP_SEND_MESSAGE => ['message' => 0],
250 Grpc\OP_SEND_MESSAGE => ['message' => 'abc',
273 Grpc\OP_SEND_MESSAGE => ['message' => $req_text],
286 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
314 Grpc\OP_SEND_MESSAGE => ['message' => $req_text],
327 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
[all …]
DSecureEndToEndTest.php113 Grpc\OP_SEND_MESSAGE => ['message' => $req_text,
164 Grpc\OP_SEND_MESSAGE => ['message' => $req_text],
177 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc64 OP_SEND_MESSAGE, enumerator
240 case OP_SEND_MESSAGE: in op_id_string()
579 s->state.state_callback_received[OP_SEND_MESSAGE] = true; in on_write_completed()
660 s->state.state_callback_received[OP_SEND_MESSAGE] = false; in on_response_trailers_received()
821 if (op_id == OP_SEND_MESSAGE) { in op_can_be_run()
874 } else if (op_id == OP_SEND_MESSAGE) { in op_can_be_run()
877 if (op_state->state_op_done[OP_SEND_MESSAGE]) result = false; in op_can_be_run()
909 !stream_state->state_op_done[OP_SEND_MESSAGE]) in op_can_be_run()
912 else if (stream_state->state_op_done[OP_SEND_MESSAGE] && in op_can_be_run()
913 !stream_state->state_callback_received[OP_SEND_MESSAGE] && in op_can_be_run()
[all …]
/external/grpc-grpc/src/php/lib/Grpc/
DClientStreamingCall.php56 OP_SEND_MESSAGE => $message_array,
DBidiStreamingCall.php75 OP_SEND_MESSAGE => $message_array,
DUnaryCall.php45 OP_SEND_MESSAGE => $message_array,
DServerStreamingCall.php45 OP_SEND_MESSAGE => $message_array,