Home
last modified time | relevance | path

Searched defs:FrontendClient (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/rust/cli/src/
Dffi.rs60 type FrontendClient; typedef
65 pub fn NewFrontendClient(server: &CxxString) -> UniquePtr<FrontendClient>; in NewFrontendClient()
70 self: &FrontendClient, in GetCapture()
78 self: &FrontendClient, in SendGrpc()
Dlib.rs45 client: &cxx::UniquePtr<FrontendClient>, in perform_streaming_request()
73 client: cxx::UniquePtr<FrontendClient>, in perform_command()
146 client: &cxx::UniquePtr<FrontendClient>, in continuous_perform_command()
Dargs.rs283 client: &cxx::UniquePtr<FrontendClient>, in get_filtered_captures()
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs24 pub struct FrontendClient; struct
26 impl FrontendService for FrontendClient { implementation
/tools/netsim/rust/frontend/src/
Dnetsim_test_server.rs18 struct FrontendClient; struct
20 impl FrontendService for FrontendClient { implementation