Home
last modified time | relevance | path

Searched refs:CreateChannel (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/src/backend/
Dpacket_streamer_client.h59 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions);
62 std::shared_ptr<grpc::Channel> CreateChannel(
Dpacket_streamer_client.cc131 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions options) { in CreateChannel() function
135 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
Dgrpc_client.cc70 channel_ = grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in StreamPackets()
/tools/netsim/src/frontend/
Dfrontend_client_stub.cc41 grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in NewFrontendClient()
Dfrontend_client.cc48 grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in NewFrontendStub()
/tools/netsim/src/
Dnetsim-packet-streamer-client.cc26 auto channel = netsim::packet::CreateChannel(""); in main()