Searched refs:CreateChannel (Results 1 – 6 of 6) sorted by relevance
59 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions);62 std::shared_ptr<grpc::Channel> CreateChannel(
131 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions options) { in CreateChannel() function135 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
70 channel_ = grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in StreamPackets()
41 grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in NewFrontendClient()
48 grpc::CreateChannel(server, grpc::InsecureChannelCredentials()); in NewFrontendStub()
26 auto channel = netsim::packet::CreateChannel(""); in main()