Home
last modified time | relevance | path

Searched refs:GrpcServer (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/src/core/
Dserver.h26 class GrpcServer {
28 GrpcServer(std::unique_ptr<grpc::Server> server, std::uint32_t port) in GrpcServer() function
40 std::unique_ptr<GrpcServer> RunGrpcServerCxx(uint32_t netsim_grpc_port,
Dserver.cc81 std::unique_ptr<GrpcServer> RunGrpcServerCxx(uint32_t netsim_grpc_port, in RunGrpcServerCxx()
85 return std::make_unique<GrpcServer>(std::move(grpc_server), port); in RunGrpcServerCxx()
/tools/netsim/rust/daemon/src/
Dffi.rs72 type GrpcServer; typedef
75 fn Shutdown(self: &GrpcServer); in Shutdown() argument
79 fn GetGrpcPort(self: &GrpcServer) -> u32; in GetGrpcPort()
87 ) -> UniquePtr<GrpcServer>; in RunGrpcServerCxx() argument
Dservice.rs18 use crate::ffi::ffi_transport::{run_grpc_server_cxx, GrpcServer};
78 grpc_server: UniquePtr<GrpcServer>,
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto106 GrpcServer grpc_server = 124;
557 message GrpcServer { message