Searched refs:connection_queue (Results 1 – 1 of 1) sorted by relevance
180 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local181 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()187 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local188 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()191 AclConnection::QueueUpEnd* queue_up_end = connection_queue->GetUpEnd(); in TEST_F()208 auto connection_queue = std::make_shared<AclConnection::Queue>(10); in TEST_F() local211 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()215 AclConnection::QueueUpEnd* queue_up_end = connection_queue->GetUpEnd(); in TEST_F()234 auto connection_queue = std::make_shared<AclConnection::Queue>(15); in TEST_F() local235 …robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_queue); in TEST_F()[all …]