Home
last modified time | relevance | path

Searched refs:currentMobileNetworkCode (Results 1 – 15 of 15) sorted by relevance

/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/
H A Dqnetworkinfo.cpp69 QString currentMobileNetworkCode(int) { return QString(); } in currentMobileNetworkCode() function in QNetworkInfoPrivate
297 QString QNetworkInfo::currentMobileNetworkCode(int interfaceDevice) const in currentMobileNetworkCode() function in QNetworkInfo
299 return d_ptr->currentMobileNetworkCode(interfaceDevice); in currentMobileNetworkCode()
H A Dqnetworkinfo.h108 QString currentMobileNetworkCode(int interface) const;
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/simulator/
H A Dqsysteminfodata_simulator.cpp133 out << s.currentMobileCountryCode << s.currentMobileNetworkCode; in operator <<()
145 in >> s.currentMobileCountryCode >> s.currentMobileNetworkCode; in operator >>()
H A Dqsysteminfodata_simulator_p.h100 QString currentMobileNetworkCode; member
H A Dqsysteminfo_simulator_p.h188 QString currentMobileNetworkCode(int interface);
H A Dqsysteminfobackend_simulator.cpp736 return data.cellularInfo[interface].currentMobileNetworkCode; in getCurrentMobileNetworkCode()
826 …tworkInfo::GsmMode, interface) && (data.cellularInfo[interface].currentMobileNetworkCode != code))… in setCurrentMobileNetworkCode()
827 data.cellularInfo[interface].currentMobileNetworkCode = code; in setCurrentMobileNetworkCode()
H A Dqsysteminfo_simulator.cpp589 QString QNetworkInfoSimulator::currentMobileNetworkCode(int interface) in currentMobileNetworkCode() function in QNetworkInfoSimulator
593 return d_ptr->currentMobileNetworkCode(interface); in currentMobileNetworkCode()
H A Dqsysteminfoconnection_simulator.cpp264 … networkInfoBackend->setCurrentMobileNetworkCode(i, data.cellularInfo[i].currentMobileNetworkCode); in setNetworkInfoData()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/windows/
H A Dqnetworkinfo_win_p.h80 QString currentMobileNetworkCode(int netInterface);
H A Dqnetworkinfo_win.cpp1022 QString QNetworkInfoPrivate::currentMobileNetworkCode(int netInterface) in currentMobileNetworkCode() function in QNetworkInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/
H A Dqnetworkinfo_linux_p.h95 QString currentMobileNetworkCode(int interface);
H A Dqnetworkinfo_linux.cpp237 QString QNetworkInfoPrivate::currentMobileNetworkCode(int interface) in currentMobileNetworkCode() function in QNetworkInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/mac/
H A Dqnetworkinfo_mac_p.h87 QString currentMobileNetworkCode(int interface);
H A Dqnetworkinfo_mac.mm574 QString QNetworkInfoPrivate::currentMobileNetworkCode(int) function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml-type-descriptions/
H A Dqtmobility-systeminfo.qmltypes593 Property { name: "currentMobileNetworkCode"; type: "string"; isReadonly: true }