Searched refs:memTotal (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/about/ |
| H A D | abountwidget.cpp | 76 QString memTotal; in loadData() local 81 m_fetcher->getInfomartion(stoarge, memTotal, memFree, memAvailable, kerVersion, userCpu); in loadData() 89 .arg(memTotal) in loadData() 105 void FetcherSystem::getInfomartion(QString &storage, QString &memTotal, QString &memFree, QString &… in getInfomartion() argument 108 memTotal = m_memTotal; in getInfomartion()
|
| H A D | abountwidget.h | 35 QString &memTotal,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | systemmanager.cpp | 93 void SystemManager::getMemInfo(QString &memTotal, QString &memFree, QString &memAvailable) in getMemInfo() argument 105 memTotal=list[0]; in getMemInfo()
|
| H A D | systemmanager.h | 27 void getMemInfo(QString &memTotal, QString &memFree, QString &memAvailable);
|