Searched refs:myprocess (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/wifi/ |
| H A D | mainwindow.cpp | 21 myprocess = new QProcess(this); in MainWindow() 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 37 QString abc = myprocess->readAllStandardOutput(); in result() 39 QString efg = myprocess->readAllStandardError(); in result() 67 myprocess->kill(); in closeEvent() 82 myprocess->start(tr("/usr/bin/fltest_wifi.sh -i %1 -s %2 -p %3") in on_connect_clicked() 89 myprocess->start(tr("/usr/bin/fltest_wifi.sh -i %1 -s %2 -p %3") in on_connect_clicked() 99 myprocess->start(tr("wpa_cli -i%1 status").arg(ui->comboBox->currentText())); in on_status_clicked() 111 myprocess->start(tr("ping %1 -w 5").arg(ui->hostip->text())); in on_ping_clicked()
|
| H A D | mainwindow.h | 28 QProcess *myprocess; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/wifi/ |
| H A D | mainwindow.cpp | 21 myprocess = new QProcess(this); in MainWindow() 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 37 QString abc = myprocess->readAllStandardOutput(); in result() 39 QString efg = myprocess->readAllStandardError(); in result() 67 myprocess->kill(); in closeEvent() 82 myprocess->start(tr("/usr/bin/fltest_wifi.sh -i %1 -s %2 -p %3") in on_connect_clicked() 89 myprocess->start(tr("/usr/bin/fltest_wifi.sh -i %1 -s %2 -p %3") in on_connect_clicked() 99 myprocess->start(tr("wpa_cli -i%1 status").arg(ui->comboBox->currentText())); in on_status_clicked() 111 myprocess->start(tr("ping %1 -w 5").arg(ui->hostip->text())); in on_ping_clicked()
|
| H A D | mainwindow.h | 28 QProcess *myprocess; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 20 myprocess = NULL; in Gprs() 36 if(myprocess) in ~Gprs() 37 delete myprocess; in ~Gprs() 67 QString abc = myprocess->readAllStandardOutput(); in result() 69 QString efg = myprocess->readAllStandardError(); in result() 301 if(myprocess) in on_ping_clicked() 302 delete myprocess; in on_ping_clicked() 304 myprocess = new QProcess(this); in on_ping_clicked() 305 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in on_ping_clicked() 306 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in on_ping_clicked() [all …]
|
| H A D | gprs.h | 55 QProcess* myprocess; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/ |
| H A D | mainwindow.cpp | 21 myprocess = new QProcess(this); in MainWindow() 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 62 QString abc = myprocess->readAllStandardOutput(); in result() 64 QString efg = myprocess->readAllStandardError(); in result() 81 myprocess->start("/usr/bin/fltest_ec20.sh &"); in on_connect_clicked() 85 myprocess->start("/usr/bin/quectelCM &"); in on_connect_clicked()
|
| H A D | mainwindow.h | 30 QProcess *myprocess; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/ |
| H A D | mainwindow.cpp | 21 myprocess = new QProcess(this); in MainWindow() 22 connect(myprocess, SIGNAL(readyReadStandardOutput()),this, SLOT(result())); in MainWindow() 23 connect(myprocess, SIGNAL(readyReadStandardError()),this, SLOT(result())); in MainWindow() 62 QString abc = myprocess->readAllStandardOutput(); in result() 64 QString efg = myprocess->readAllStandardError(); in result() 81 myprocess->start("/usr/bin/fltest_ec20.sh &"); in on_connect_clicked() 85 myprocess->start("/usr/bin/quectelCM &"); in on_connect_clicked()
|
| H A D | mainwindow.h | 30 QProcess *myprocess; variable
|