Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/ext/
H A Dchaotic_good.h25 std::shared_ptr<ChannelCredentials> ChaoticGoodInsecureChannelCredentials();
H A Dchaotic_good.cc60 std::shared_ptr<ChannelCredentials> ChaoticGoodInsecureChannelCredentials() { in ChaoticGoodInsecureChannelCredentials() function
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/
H A Dchaotic_good_test.cc27 auto creds = ChaoticGoodInsecureChannelCredentials(); in TEST()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_fullstack_unary_ping_pong_chaotic_good.cc49 address, ChaoticGoodInsecureChannelCredentials(), args); in ChaoticGoodFixture()