Home
last modified time | relevance | path

Searched defs:num_rpcs (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dgeneric_end2end_test.cc102 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
Dclient_callback_end2end_test.cc69 void SendRpcs(int num_rpcs, bool with_binary_metadata) { in SendRpcs()
107 void SendRpcsGeneric(int num_rpcs, bool maybe_except) { in SendRpcsGeneric()
Dnonblocking_test.cc114 void SendRpc(int num_rpcs) { in SendRpc()
Dthread_stress_test.cc271 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc()
359 void AsyncSendRpc(int num_rpcs) { in AsyncSendRpc()
Dfilter_end2end_test.cc161 void SendRpc(int num_rpcs) { in SendRpc()
Dasync_end2end_test.cc303 void SendRpc(int num_rpcs) { in SendRpc()
Dend2end_test.cc340 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py355 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/
Dmessages.proto199 int32 num_rpcs = 1; field