Home
last modified time | relevance | path

Searched refs:ChannelFixture (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/core/channel/
Dchannelz_test.cc144 class ChannelFixture { class
146 ChannelFixture(int max_tracer_event_memory = 0) { in ChannelFixture() function in grpc_core::channelz::testing::__anon17d7e9520111::ChannelFixture
158 ~ChannelFixture() { grpc_channel_destroy(channel_); } in ~ChannelFixture()
263 ChannelFixture channel(GetParam()); in TEST_P()
288 ChannelFixture channel(GetParam()); in TEST_P()
344 ChannelFixture channel; in TEST_F()
355 ChannelFixture channels[10]; in TEST_F()
363 ChannelFixture channels[150]; in TEST_F()
390 ChannelFixture channels[kNumChannels]; in TEST_F()
409 ChannelFixture channels[kNumChannels]; in TEST_F()
[all …]
Dchannel_trace_test.cc103 class ChannelFixture { class
105 ChannelFixture(int max_tracer_event_memory) { in ChannelFixture() function in grpc_core::channelz::testing::__anonf17487260111::ChannelFixture
114 ~ChannelFixture() { grpc_channel_destroy(channel_); } in ~ChannelFixture()
156 ChannelFixture channel1(kEventListMemoryLimit); in TEST()
175 ChannelFixture channel2(kEventListMemoryLimit); in TEST()
204 ChannelFixture channel1(kEventListMemoryLimit); in TEST()
213 ChannelFixture channel2(kEventListMemoryLimit); in TEST()
227 ChannelFixture channel3(kEventListMemoryLimit); in TEST()