Searched refs:conn_fd (Results 1 – 1 of 1) sorted by relevance
207 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local208 if (conn_fd < 0) { in SetUpTestChannel()213 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel() argument214 test_channel_transport_.OnCommandReady(conn_fd, [this, conn_fd]() { in SetUpTestChannel()215 async_manager_.StopWatchingFileDescriptor(conn_fd); in SetUpTestChannel()