Home
last modified time | relevance | path

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

/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/
H A Dqnetworkinfo.cpp68 QString currentMobileCountryCode(int) { return QString(); } in currentMobileCountryCode() function in QNetworkInfoPrivate
288 QString QNetworkInfo::currentMobileCountryCode(int interfaceDevice) const in currentMobileCountryCode() function in QNetworkInfo
290 return d_ptr->currentMobileCountryCode(interfaceDevice); in currentMobileCountryCode()
H A Dqnetworkinfo.h107 QString currentMobileCountryCode(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.h99 QString currentMobileCountryCode; member
H A Dqsysteminfo_simulator_p.h187 QString currentMobileCountryCode(int interface);
H A Dqsysteminfobackend_simulator.cpp728 return data.cellularInfo[interface].currentMobileCountryCode; in getCurrentMobileCountryCode()
818 …tworkInfo::GsmMode, interface) && (data.cellularInfo[interface].currentMobileCountryCode != code))… in setCurrentMobileCountryCode()
819 data.cellularInfo[interface].currentMobileCountryCode = code; in setCurrentMobileCountryCode()
H A Dqsysteminfo_simulator.cpp576 QString QNetworkInfoSimulator::currentMobileCountryCode(int interface) in currentMobileCountryCode() function in QNetworkInfoSimulator
580 return d_ptr->currentMobileCountryCode(interface); in currentMobileCountryCode()
H A Dqsysteminfoconnection_simulator.cpp263 … networkInfoBackend->setCurrentMobileCountryCode(i, data.cellularInfo[i].currentMobileCountryCode); in setNetworkInfoData()
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/windows/
H A Dqnetworkinfo_win_p.h79 QString currentMobileCountryCode(int netInterface);
H A Dqnetworkinfo_win.cpp1016 QString QNetworkInfoPrivate::currentMobileCountryCode(int netInterface) in currentMobileCountryCode() function in QNetworkInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/
H A Dqnetworkinfo_linux_p.h94 QString currentMobileCountryCode(int interface);
H A Dqnetworkinfo_linux.cpp218 QString QNetworkInfoPrivate::currentMobileCountryCode(int interface) in currentMobileCountryCode() function in QNetworkInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/mac/
H A Dqnetworkinfo_mac_p.h86 QString currentMobileCountryCode(int interface);
H A Dqnetworkinfo_mac.mm569 QString QNetworkInfoPrivate::currentMobileCountryCode(int) function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml-type-descriptions/
H A Dqtmobility-systeminfo.qmltypes592 Property { name: "currentMobileCountryCode"; type: "string"; isReadonly: true }