Searched refs:grpc_method (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/tools/netsim/rust/cli/src/ |
H A D | lib.rs | 74 grpc_method: GrpcMethod, in perform_command() 93 continuous_perform_command(command, &client, grpc_method, req, verbose)? in perform_command() 96 continuous_perform_command(command, &client, grpc_method, req, verbose)? in perform_command() 109 client.send_grpc(&grpc_method, req) in perform_command() 112 _ => client.send_grpc(&grpc_method, req), in perform_command() 147 grpc_method: GrpcMethod, in continuous_perform_command() 152 process_result(command, client.send_grpc(&grpc_method, request), verbose)?; in continuous_perform_command() 188 let grpc_method = args.command.grpc_method(); in rust_main() localVariable 204 if let Err(e) = perform_command(&mut args.command, client, grpc_method, args.verbose) { in rust_main()
|
H A D | ffi.rs | 80 grpc_method: &GrpcMethod, in SendGrpc()
|
H A D | requests.rs | 20 pub fn grpc_method(&self) -> GrpcMethod { in grpc_method() method 94 assert_eq!(expected_grpc_method, command.grpc_method()); in test_command()
|
/aosp_15_r20/tools/netsim/src/frontend/ |
H A D | frontend_client.cc | 217 frontend::GrpcMethod const &grpc_method, in SendGrpc() argument 219 switch (grpc_method) { in SendGrpc()
|
H A D | frontend_client.h | 52 frontend::GrpcMethod const &grpc_method,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/ |
D | network_services.py | 80 grpc_method: Optional[str] 88 grpc_method=d.get("grpcMethod"),
|
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/ |
H A D | grpc_route.proto | 51 // Will interpret grpc_method and grpc_service as regexes. RE2 syntax is 66 string grpc_method = 3 [(google.api.field_behavior) = REQUIRED]; field
|