Home
last modified time | relevance | path

Searched refs:SystemManager (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dsystemmanager.cpp8 SystemManager * SystemManager::m_instance=NULL;
9 SystemManager::SystemManager() in SystemManager() function in SystemManager
13 SystemManager *SystemManager::instance() in instance()
21 m_instance = new SystemManager; in instance()
29 void SystemManager::detoryInstance() in detoryInstance()
37 QStringList SystemManager::getDNS() in getDNS()
43 void SystemManager::setDNS(const QString &dns) in setDNS()
48 void SystemManager::setNetwork(const QString &cardName, const QString &ip, const QString &mask) in setNetwork()
53 void SystemManager::getNetwork(const QString &cardName, QString &ip, QString &mask) in getNetwork()
64 void SystemManager::getKernalInfo(QString &version) in getKernalInfo()
[all …]
H A Dsystemmanager.h9 class CORE_LIBRARY SystemManager
12 static SystemManager *instance();
35 SystemManager();
43 static SystemManager *m_instance;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/
H A Dm4gwidget.cpp166 list = SystemManager::instance()->getMatch(result, "[a-zA-Z0-9]+"); in readInformation()
174 list = SystemManager::instance()->getMatch(result, "[a-zA-Z0-9]+"); in readInformation()
183 list = SystemManager::instance()->getMatch(result, "[a-zA-Z0-9]+"); in readInformation()
210 list = SystemManager::instance()->getMatch(result, "[a-zA-Z0-9]+"); in readInformation()
223 list = SystemManager::instance()->getMatch(result, "[0-9]+"); in readInformation()
245 SystemManager::instance()->getNetwork(m_curModel.cardName, ip, mask); in readInformation()
H A Dconfigurer.cpp23 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf()
46 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf()
71 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in conf()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dnetworkwidget.cpp37 QStringList list= SystemManager::instance()->getMatch(s, "(ens\\d+)|(eth\\d+)"); in initUi()
103 QStringList list = SystemManager::instance()->getDNS(); in readNetwork()
104 QString gateway =SystemManager::instance()->getGateway(); in readNetwork()
108 SystemManager::instance()->getNetwork(cardName, ip, mask); in readNetwork()
H A Dinetwork.cpp135 SystemManager::instance()->setDNS(dns); in setStatic()
172 SystemManager::instance()->setDNS(dns); in setStatic()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dbacklightwidget.cpp32 if(!SystemManager::instance()->platformInfo().contains("noscreenname")) in initUi()
63 if(SystemManager::instance()->platformInfo().contains("noscreenname")) in initUi()
81 if(SystemManager::instance()->platformInfo().contains("noscreenname")) in initUi()
190 if(SystemManager::instance()->platformInfo().contains("t507")) in loadData()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/about/
H A Dabountwidget.cpp117 SystemManager *pSys = SystemManager::instance(); in run()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dmwainwindow.cpp59 if(SystemManager::instance()->platformInfo().isEmpty()){ in MWainWindow()
62 SystemManager::instance()->setPlatformInfo(info); in MWainWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.cpp20 if(SystemManager::instance()->platformInfo().contains("t507")) in IWatchDog()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/
H A Ddatetimewidget.cpp93 if(SystemManager::instance()->getMatch(result, "[0-9]+").isEmpty()) in initUi()