Home
last modified time | relevance | path

Searched defs:CreateChannel (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc84 Result CreateChannel(const api_fuzzer::CreateChannel&) override { in CreateChannel() function in grpc_core::testing::ClientFuzzer
Dserver_fuzzer.cc70 Result CreateChannel( in CreateChannel() function in grpc_core::testing::ServerFuzzer
71 const api_fuzzer::CreateChannel& /* create_channel */) override { in CreateChannel()
Dapi_fuzzer.proto93 message CreateChannel { message
Dapi_fuzzer.cc453 ApiFuzzer::Result ApiFuzzer::CreateChannel( in CreateChannel() function in grpc_core::testing::ApiFuzzer
/third_party/grpc/test/cpp/ext/
Dchaotic_good_test.cc25 TEST(ChaoticGoodTest, CreateChannel) { in TEST() argument
/third_party/grpc/src/cpp/client/
Dcreate_channel.cc37 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc277 absl::StatusOr<RefCountedPtr<Channel>> CreateChannel(const char* target, in CreateChannel() function
/third_party/grpc/test/cpp/end2end/xds/
Dxds_end2end_test_lib.cc560 std::shared_ptr<Channel> XdsEnd2endTest::CreateChannel( in CreateChannel() function in grpc::testing::XdsEnd2endTest