Searched refs:connection_queue (Results 1 – 1 of 1) sorted by relevance
178 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local179 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()185 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local186 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()189 AclConnection::QueueUpEnd* queue_up_end = connection_queue->GetUpEnd(); in TEST_F()206 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local209 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()213 AclConnection::QueueUpEnd* queue_up_end = connection_queue->GetUpEnd(); in TEST_F()232 auto connection_queue = std::make_shared<AclConnection::Queue>(15); in TEST_F() local233 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()[all …]