Home
last modified time | relevance | path

Searched defs:rpcs_to_send (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dxds_client.php195 public $rpcs_to_send; variable in RpcConfig
203 $rpcs_to_send,
216 public function update($rpcs_to_send, $metadata_to_send, $timeout_sec) {
488 $rpcs_to_send = (empty($args['rpc']) ? 'UnaryCall' : $args['rpc']); variable
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/
H A Dxds_client.rb43 attr_reader :rpcs_to_send, :metadata_to_send, :timeout_sec accessor in RpcConfig
44 def init(rpcs_to_send, metadata_to_send, timeout_sec = 0) argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py4108 rpcs_to_send = '--rpc="UnaryCall,EmptyCall"' variable
4110 rpcs_to_send = '--rpc="UnaryCall"' variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py3371 rpcs_to_send = '--rpc="UnaryCall,EmptyCall"' variable
3373 rpcs_to_send = '--rpc="UnaryCall"' variable