Home
last modified time | relevance | path

Searched refs:NewFrontendClient (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/src/frontend/
Dfrontend_client_stub.cc33 std::unique_ptr<frontend::FrontendService::Stub> NewFrontendClient( in NewFrontendClient() function
53 return NewFrontendClient(instance_num) != nullptr; in IsNetsimdAlive()
Dfrontend_client.h67 std::unique_ptr<FrontendClient> NewFrontendClient(const std::string &server);
Dfrontend_client.cc262 std::unique_ptr<FrontendClient> NewFrontendClient(const std::string &server) { in NewFrontendClient() function
/tools/netsim/rust/cli/src/
Dffi.rs65 pub fn NewFrontendClient(server: &CxxString) -> UniquePtr<FrontendClient>; in NewFrontendClient() function