Home
last modified time | relevance | path

Searched defs:RunClient (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto38 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dworker_service.proto38 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php64 public function RunClient($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto64 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/external/grpc-grpc/examples/cpp/otel/
Dutil.cc167 void RunClient(const std::string& target_str) { in RunClient() function
/external/grpc-grpc/test/cpp/util/
Dchannelz_sampler_test.cc79 void RunClient(const std::string& client_id, gpr_event* done_ev) { in RunClient() function
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py161 def RunClient(self, request_iterator, context): member in WorkerServer
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py322 async def RunClient(self, request_iterator, context): member in WorkerServicer
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc109 Status RunClient( in RunClient() function in grpc::testing::WorkerServiceImpl
/external/webrtc/rtc_tools/data_channel_benchmark/
Ddata_channel_benchmark.cc238 int RunClient() { in RunClient() function