/external/grpc-grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 308 EchoResponse recv_response; in SendRpc() local 322 response_reader->Finish(&recv_response, &recv_status, tag(4)); in SendRpc() 331 EXPECT_EQ(send_response.message(), recv_response.message()); in SendRpc() 418 EchoResponse recv_response; in TEST_P() local 438 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P() 448 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_P() 459 EchoResponse recv_response; in TEST_P() local 482 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P() 494 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_P() 505 EchoResponse recv_response; in TEST_P() local [all …]
|
D | generic_end2end_test.cc | 112 EchoResponse recv_response; in SendRpc() local 169 EXPECT_TRUE(ParseFromByteBuffer(&recv_buffer, &recv_response)); in SendRpc() 174 EXPECT_EQ(send_response.message(), recv_response.message()); in SendRpc() 207 EchoResponse recv_response; in TEST_F() local 250 EXPECT_TRUE(ParseFromByteBuffer(&cli_recv_buffer, &recv_response)); in TEST_F() 251 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F() 265 EchoResponse recv_response; in TEST_F() local 305 EXPECT_TRUE(ParseFromByteBuffer(&recv_buffer, &recv_response)); in TEST_F() 306 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F() 320 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F()
|
D | filter_end2end_test.cc | 167 EchoResponse recv_response; in SendRpc() local 213 EXPECT_TRUE(ParseFromByteBuffer(&recv_buffer, &recv_response)); in SendRpc() 218 EXPECT_EQ(send_response.message(), recv_response.message()); in SendRpc() 262 EchoResponse recv_response; in TEST_F() local 302 EXPECT_TRUE(ParseFromByteBuffer(&recv_buffer, &recv_response)); in TEST_F() 303 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F() 317 EXPECT_EQ(send_response.message(), recv_response.message()); in TEST_F()
|
D | nonblocking_test.cc | 119 EchoResponse recv_response; in SendRpc() local 131 response_reader->Finish(&recv_response, &recv_status, tag(4)); in SendRpc() 160 EXPECT_EQ(send_response.message(), recv_response.message()); in SendRpc()
|
D | hybrid_end2end_test.cc | 293 EchoResponse recv_response; in SendEcho() local 297 Status recv_status = stub_->Echo(&cli_ctx, send_request, &recv_response); in SendEcho() 298 EXPECT_EQ(send_request.message(), recv_response.message()); in SendEcho() 307 EchoResponse recv_response; in SendEchoToDupService() local 311 Status recv_status = stub->Echo(&cli_ctx, send_request, &recv_response); in SendEchoToDupService() 312 EXPECT_EQ(send_request.message() + "_dup", recv_response.message()); in SendEchoToDupService() 318 EchoResponse recv_response; in SendSimpleClientStreaming() local 323 auto stream = stub_->RequestStream(&cli_ctx, &recv_response); in SendSimpleClientStreaming() 330 EXPECT_EQ(expected_message, recv_response.message()); in SendSimpleClientStreaming()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | mschapv2.c | 115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; in mschapv2_verify_auth_response() local 118 hexstr2bin((char *) (buf + 2), recv_response, in mschapv2_verify_auth_response() 120 os_memcmp_const(auth_response, recv_response, in mschapv2_verify_auth_response()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_streaming_ping_pong.h | 56 EchoResponse recv_response; in BM_StreamingPingPong() local 96 request_rw->Read(&recv_response, tag(2)); // Start client recv in BM_StreamingPingPong() 149 EchoResponse recv_response; in BM_StreamingPingPongMsgs() local 187 request_rw->Read(&recv_response, tag(2)); // Start client recv in BM_StreamingPingPongMsgs() 253 EchoResponse recv_response; in BM_StreamingPingPongWithCoalescingApi() local 311 request_rw->Read(&recv_response, tag(4)); // Start client recv in BM_StreamingPingPongWithCoalescingApi()
|
D | fullstack_unary_ping_pong.h | 46 EchoResponse recv_response; in BM_UnaryPingPong() local 76 recv_response.Clear(); in BM_UnaryPingPong() 81 response_reader->Finish(&recv_response, &recv_status, tag(4)); in BM_UnaryPingPong()
|
D | bm_fullstack_trickle.cc | 267 EchoResponse recv_response; in BM_PumpStreamServerToClient_Trickle() local 290 request_rw->Read(&recv_response, tag(0)); in BM_PumpStreamServerToClient_Trickle() 298 request_rw->Read(&recv_response, tag(0)); in BM_PumpStreamServerToClient_Trickle() 328 request_rw->Read(&recv_response, tag(0)); in BM_PumpStreamServerToClient_Trickle() 361 EchoResponse recv_response; in BM_PumpUnbalancedUnary_Trickle() local 391 recv_response.Clear(); in BM_PumpUnbalancedUnary_Trickle() 397 response_reader->Finish(&recv_response, &recv_status, tag(4)); in BM_PumpUnbalancedUnary_Trickle()
|
D | fullstack_streaming_pump.h | 115 EchoResponse recv_response; in BM_PumpStreamServerToClient() local 138 request_rw->Read(&recv_response, tag(0)); in BM_PumpStreamServerToClient() 145 request_rw->Read(&recv_response, tag(0)); in BM_PumpStreamServerToClient()
|
D | bm_call_create.cc | 140 grpc::testing::EchoResponse recv_response; in BM_LameChannelCallCreateCpp() local 146 reader->Finish(&recv_response, &recv_status, tag(0)); in BM_LameChannelCallCreateCpp()
|
/external/grpc-grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 175 EchoResponse recv_response; in UnaryPingPong() local 204 recv_response.Clear(); in UnaryPingPong() 210 response_reader->Finish(&recv_response, &recv_status, tag(4)); in UnaryPingPong()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_sdp_socket.py | 138 def recv_response(self): member in BluetoothSDPSocket 188 rsp_code, rsp_tid, rsp_data = self.recv_response()
|