Home
last modified time | relevance | path

Searched refs:grpc_method (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dlib.rs74 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 Dffi.rs80 grpc_method: &GrpcMethod, in SendGrpc()
H A Drequests.rs20 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 Dfrontend_client.cc217 frontend::GrpcMethod const &grpc_method, in SendGrpc() argument
219 switch (grpc_method) { in SendGrpc()
H A Dfrontend_client.h52 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/
Dnetwork_services.py80 grpc_method: Optional[str]
88 grpc_method=d.get("grpcMethod"),
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/
H A Dgrpc_route.proto51 // Will interpret grpc_method and grpc_service as regexes. RE2 syntax is
66 string grpc_method = 3 [(google.api.field_behavior) = REQUIRED]; field