Home
last modified time | relevance | path

Searched refs:NewConnectionEvent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp84 using NewConnectionEvent = std::tuple<unique_fd, ConnectionPtr>; typedef in adbwifi::pairing::__anonaba3dc510111::PairingServerImpl
88 using ConnectionEvent = std::variant<NewConnectionEvent, ConnectionFinishedEvent>;
312 if (auto* p = std::get_if<NewConnectionEvent>(&event)) { in connectionEventsWorker()
389 NewConnectionEvent event = std::make_tuple(std::move(ufd), std::move(connection)); in handleNewClientConnection()
/packages/modules/adb/pairing_connection/
Dpairing_server.cpp93 using NewConnectionEvent = std::tuple<unique_fd, ConnectionPtr>; typedef
96 using ConnectionEvent = std::variant<NewConnectionEvent, ConnectionFinishedEvent>;
356 if (auto* p = std::get_if<NewConnectionEvent>(&event)) { in ConnectionEventsWorker()
419 NewConnectionEvent event = std::make_tuple(std::move(ufd), std::move(connection)); in HandleNewClientConnection()