Searched refs:channel_1 (Results 1 – 1 of 1) sorted by relevance
54 const int channel_1 = base_->CreateChannel(); in TEST_F() local57 EXPECT_EQ(-1, base_->AssociateSendChannel(channel_1, channel_1 + 1)); in TEST_F()64 EXPECT_EQ(0, base_->AssociateSendChannel(channel_1, channel_2)); in TEST_F()65 EXPECT_EQ(0, base_->AssociateSendChannel(channel_2, channel_1)); in TEST_F()70 .GetChannel(channel_1); in TEST_F()71 EXPECT_EQ(0, base_->DeleteChannel(channel_1)); in TEST_F()