Home
last modified time | relevance | path

Searched refs:addService (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/
H A Dservice.cpp77 this, SLOT(addService(QBluetoothServiceInfo))); in ServiceDiscoveryDialog()
89 void ServiceDiscoveryDialog::addService(const QBluetoothServiceInfo &info) in addService() function in ServiceDiscoveryDialog
H A Dservice.h64 void addService(const QBluetoothServiceInfo&); in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/
H A Dserverhandler.h17 void addService(PlatformServer *server);
H A Dserverhandler.cpp27 void ServerHandler::addService(PlatformServer *server) in addService() function in ServerHandler
H A Dplatformserver.cpp83 handler->addService(this); in addHandler()