/external/grpc-grpc/test/cpp/end2end/ |
D | generic_end2end_test.cc | 102 void SendRpc(int num_rpcs) { in SendRpc() function in grpc::testing::__anoncbd549ab0111::GenericEnd2endTest 103 SendRpc(num_rpcs, false, gpr_inf_future(GPR_CLOCK_MONOTONIC)); in SendRpc() 106 void SendRpc(int num_rpcs, bool check_deadline, gpr_timespec deadline) { in SendRpc() function in grpc::testing::__anoncbd549ab0111::GenericEnd2endTest 191 SendRpc(1); in TEST_F() 196 SendRpc(10); in TEST_F() 326 SendRpc(1, true, in TEST_F()
|
D | nonblocking_test.cc | 114 void SendRpc(int num_rpcs) { in SendRpc() function in grpc::testing::__anonc60f39430211::NonblockingTest 175 SendRpc(10); in TEST_F()
|
D | filter_end2end_test.cc | 161 void SendRpc(int num_rpcs) { in SendRpc() function in grpc::testing::__anon77cf1b540111::FilterEnd2endTest 237 SendRpc(1); in TEST_F() 246 SendRpc(10); in TEST_F()
|
D | client_lb_end2end_test.cc | 212 bool SendRpc( in SendRpc() function in grpc::testing::__anon6844b3ba0111::ClientLbEnd2endTest 233 const bool success = SendRpc(stub, &response, 2000, &status); in CheckRpcSendOk() 245 const bool success = SendRpc(stub); in CheckRpcSendFailure() 302 SendRpc(stub); in WaitForServer() 860 for (size_t i = 0; i < 10; ++i) SendRpc(stub); in TEST_F() 875 for (size_t i = 0; i < kNumServers; ++i) SendRpc(stub); in TEST_F() 952 if (SendRpc(stub)) break; in TEST_F() 980 while (!SendRpc(stub)) { in TEST_F()
|
D | grpclb_end2end_test.cc | 442 const Status status = SendRpc(); in SendRpcAndCount() 478 (void)SendRpc(); in WaitForBackend() 542 Status SendRpc(EchoResponse* response = nullptr, int timeout_ms = 1000) { in SendRpc() function in grpc::testing::__anon8b08f2880111::GrpclbEnd2endTest 557 const Status status = SendRpc(&response, timeout_ms); in CheckRpcSendOk() 565 const Status status = SendRpc(); in CheckRpcSendFailure() 746 const Status status = SendRpc(); in TEST_F() 1335 const Status status = SendRpc(&response); in TEST_F() 1369 const Status status = SendRpc(); in TEST_F() 1394 status = SendRpc(); in TEST_F() 1466 const Status status = SendRpc(&response); in TEST_F()
|
D | thread_stress_test.cc | 271 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc() function 313 threads.emplace_back(SendRpc, this->common_.GetStub(), kNumRpcs, in TYPED_TEST()
|
D | end2end_test.cc | 340 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc() function 688 threads.emplace_back(SendRpc, stub_.get(), 10, true); in TEST_P() 700 threads.emplace_back(SendRpc, stub_.get(), 10, false); in TEST_P() 720 SendRpc(stub_.get(), 1, false); in TEST_P() 729 SendRpc(stub_.get(), 1, false); in TEST_P() 1261 SendRpc(stub_.get(), 1, false); in TEST_P() 1279 threads.emplace_back(SendRpc, stub_.get(), 10, false); in TEST_P()
|
D | async_end2end_test.cc | 303 void SendRpc(int num_rpcs) { in SendRpc() function in grpc::testing::__anonf10ab8ac0111::AsyncEnd2endTest 347 SendRpc(1); in TEST_P() 352 SendRpc(10); in TEST_P() 369 SendRpc(1); in TEST_P() 384 SendRpc(1); in TEST_P() 396 SendRpc(1); in TEST_P() 405 SendRpc(1); in TEST_P()
|
/external/grpc-grpc/test/cpp/cocoapods/generic/ |
D | generic.mm | 162 - (void)SendRpc:(int)num_rpcs { 163 [self SendRpc:num_rpcs check_deadline:false deadline:gpr_inf_future(GPR_CLOCK_MONOTONIC)]; 166 - (void)SendRpc:(int)num_rpcs check_deadline:(bool)check_deadline deadline:(gpr_timespec)deadline { 233 [self SendRpc:1]; 238 [self SendRpc:10];
|