Searched refs:NewConnectionEvent (Results 1 – 2 of 2) sorted by relevance
84 using NewConnectionEvent = std::tuple<unique_fd, ConnectionPtr>; typedef in adbwifi::pairing::__anon1ee857250111::PairingServerImpl88 using ConnectionEvent = std::variant<NewConnectionEvent, ConnectionFinishedEvent>;306 if (auto* p = std::get_if<NewConnectionEvent>(&event)) { in connectionEventsWorker()383 NewConnectionEvent event = std::make_tuple(std::move(ufd), std::move(connection)); in handleNewClientConnection()
93 using NewConnectionEvent = std::tuple<unique_fd, ConnectionPtr>; typedef96 using ConnectionEvent = std::variant<NewConnectionEvent, ConnectionFinishedEvent>;350 if (auto* p = std::get_if<NewConnectionEvent>(&event)) { in ConnectionEventsWorker()413 NewConnectionEvent event = std::make_tuple(std::move(ufd), std::move(connection)); in HandleNewClientConnection()