Home
last modified time | relevance | path

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

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