Lines Matching refs:PairingServerImpl
51 class PairingServerImpl : public PairingServer { class
53 virtual ~PairingServerImpl();
56 explicit PairingServerImpl(const Data& pswd, const PeerInfo& peer_info, const Data& cert,
133 PairingServerImpl::PairingServerImpl(const Data& pswd, const PeerInfo& peer_info, const Data& cert, in PairingServerImpl() function in adbwifi::pairing::__anon670943110110::PairingServerImpl
142 PairingServerImpl::~PairingServerImpl() { in ~PairingServerImpl()
165 bool PairingServerImpl::start(PairingConnection::ResultCallback cb, void* opaque) { in start()
184 void PairingServerImpl::stopServer() { in stopServer()
198 bool PairingServerImpl::setupServer() { in setupServer()
228 void PairingServerImpl::startServerThread() { in startServerThread()
232 void PairingServerImpl::startConnectionEventsThread() { in startConnectionEventsThread()
236 void PairingServerImpl::serverWorker() { in serverWorker()
280 void PairingServerImpl::connectionEventsWorker() { in connectionEventsWorker()
323 auto* p = reinterpret_cast<PairingServerImpl*>(opaque); in connectionEventsWorker()
376 bool PairingServerImpl::handleNewClientConnection(int fd) { in handleNewClientConnection()
422 new PairingServerImpl(pswd, peer_info, cert, priv_key, port)); in create()