Home
last modified time | relevance | path

Searched refs:ifaceList (Results 1 – 25 of 36) sorted by relevance

12

/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/bluez/
H A Dremotedevicemanager.cpp134 const InterfaceList &ifaceList = it.value(); in disconnectDevice() local
136 for (auto jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in disconnectDevice()
145 …const QBluetoothAddress foundAddress(ifaceList.value(iface).value(QStringLiteral("Address")).toStr… in disconnectDevice()
H A Dbluez5_helper.cpp523 const InterfaceList &ifaceList = it.value(); in findAdapterForAddress() local
525 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in findAdapterForAddress()
531 pair.second = QBluetoothAddress(ifaceList.value(iface).value( in findAdapterForAddress()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothlocaldevice_bluez.cpp225 const InterfaceList &ifaceList = it.value(); in allDevices() local
227 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in allDevices()
466 const InterfaceList &ifaceList = it.value(); in requestPairingBluez5() local
468 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in requestPairingBluez5()
629 const InterfaceList &ifaceList = it.value(); in pairingStatus() local
631 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in pairingStatus()
699 const InterfaceList &ifaceList = it.value(); in connectDeviceChanges() local
705 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in connectDeviceChanges()
H A Dqlowenergycontroller_bluezdbus.cpp281 const InterfaceList &ifaceList = it.value(); in connectToDeviceHelper() local
283 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in connectToDeviceHelper()
428 const InterfaceList &ifaceList = it.value(); in discoverServices() local
439 …for (InterfaceList::const_iterator battIter = ifaceList.constBegin(); battIter != ifaceList.constE… in discoverServices()
454 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in discoverServices()
572 const InterfaceList &ifaceList = it.value(); in discoverServiceDetails() local
576 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in discoverServiceDetails()
H A Dqbluetoothsocket_bluezdbus.cpp129 const InterfaceList &ifaceList = it.value(); in findRemoteDevicePath() local
131 for (InterfaceList::const_iterator ifaceIter = ifaceList.constBegin(); in findRemoteDevicePath()
132 ifaceIter != ifaceList.constEnd(); ++ifaceIter) { in findRemoteDevicePath()
H A Dqbluetoothsocket_bluez.cpp509 const InterfaceList &ifaceList = it.value(); in peerName() local
511 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in peerName()
H A Dqbluetoothdevicediscoveryagent_bluez.cpp314 const InterfaceList &ifaceList = it.value(); in startBluez5() local
316 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in startBluez5()
H A Dqbluetoothservicediscoveryagent_bluez.cpp692 const InterfaceList &ifaceList = it.value(); in performMinimalServiceDiscovery() local
694 …for (InterfaceList::const_iterator jt = ifaceList.constBegin(); jt != ifaceList.constEnd(); ++jt) { in performMinimalServiceDiscovery()
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/udisks2/
H A Dudisksmanager.cpp232 const QStringList ifaceList = device.interfaces(); in slotInterfacesRemoved() local
233 QSet<QString> leftInterfaces(ifaceList.begin(), ifaceList.end()); in slotInterfacesRemoved()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/
H A Dqnearfieldmanager_neard.cpp67 const InterfaceList ifaceList = reply.value().value(path); in Q_DECLARE_LOGGING_CATEGORY() local
68 const QStringList ifaces = ifaceList.keys(); in Q_DECLARE_LOGGING_CATEGORY()
/dports/math/octave/octave-6.4.0/scripts/java/org/octave/
H A DClassHelper.java380 Class<?>[] ifaceList = currClass.getInterfaces (); in invokeMethod()
381 for (int i = 0; i < ifaceList.length; i++) in invokeMethod()
385 Method meth = ifaceList[i].getMethod (mName, pTypes); in invokeMethod()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/model/
H A Dolsr-repositories.h193 std::vector<Ipv4Address> ifaceList; member
H A Dolsr-routing-protocol.cc574 for (std::vector<Ipv4Address>::const_iterator it = duplicated->ifaceList.begin (); in RecvOlsr()
575 it != duplicated->ifaceList.end (); it++) in RecvOlsr()
1614 duplicated->ifaceList.push_back (localIface); in ForwardDefault()
1624 newDup.ifaceList.push_back (localIface); in ForwardDefault()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dappcontroller.cpp852 QJsonArray ifaceList; in networkInterfaceListAction() local
857 ifaceList.append(QJsonObject in networkInterfaceListAction()
865 setResult(ifaceList); in networkInterfaceListAction()
/dports/www/aria2/aria2-1.36.0/src/
H A DSocketCore.cc1300 std::vector<std::string> ifaceList; in bindAllAddress() local
1301 util::split(ifaces.begin(), ifaces.end(), std::back_inserter(ifaceList), ',', in bindAllAddress()
1303 if (ifaceList.empty()) { in bindAllAddress()
1307 for (auto& iface : ifaceList) { in bindAllAddress()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmoc.cpp1906 for (const QVector<Interface> &ifaceList: interfaceList) { in toJson() local
1908 for (const Interface &iface: ifaceList) { in toJson()

12