Searched defs:num_rpcs (Results  1 – 9 of 9) sorted by relevance
| /external/grpc-grpc/test/cpp/end2end/ | 
| D | generic_end2end_test.cc | 102   void SendRpc(int num_rpcs) {  in SendRpc() 106   void SendRpc(int num_rpcs, bool check_deadline, gpr_timespec deadline) {  in SendRpc() 201   const int num_rpcs = 10;  in TEST_F()  local
  | 
| D | client_callback_end2end_test.cc | 69   void SendRpcs(int num_rpcs, bool with_binary_metadata) {  in SendRpcs() 107   void SendRpcsGeneric(int num_rpcs, bool maybe_except) {  in SendRpcsGeneric()
  | 
| D | nonblocking_test.cc | 114   void SendRpc(int num_rpcs) {  in SendRpc()
  | 
| D | thread_stress_test.cc | 271 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs,  in SendRpc() 359   void AsyncSendRpc(int num_rpcs) {  in AsyncSendRpc()
  | 
| D | filter_end2end_test.cc | 161   void SendRpc(int num_rpcs) {  in SendRpc()
  | 
| D | async_end2end_test.cc | 303   void SendRpc(int num_rpcs) {  in SendRpc()
  | 
| D | end2end_test.cc | 340 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs,  in SendRpc()
  | 
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/ | 
| D | run_xds_tests.py | 355 def get_client_stats(num_rpcs, timeout_sec):  argument 455 def _verify_rpcs_to_given_backends(backends, timeout_sec, num_rpcs,  argument 480                                                      num_rpcs=_NUM_TEST_RPCS):  argument 489                                              num_rpcs=_NUM_TEST_RPCS):  argument 511 def wait_until_rpcs_in_flight(rpc_type, timeout_sec, num_rpcs, threshold):  argument 550 def _check_rpcs_in_flight(rpc_type, num_rpcs, threshold, threshold_fraction):  argument
  | 
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ | 
| D | messages.proto | 199   int32 num_rpcs = 1;  field
  |