Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp101 static void handleError(CURLMcode code) { in handleError() function
107 static void handleError(CURLcode code) { in handleError() function
180 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, handleSocket)); in Impl()
181 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETDATA, this)); in Impl()
182 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERFUNCTION, startTimeout)); in Impl()
183 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERDATA, this)); in Impl()
326 handleError(curl::easy_setopt(handle, CURLOPT_PRIVATE, this)); in HTTPRequest()
327 handleError(curl::easy_setopt(handle, CURLOPT_ERRORBUFFER, error)); in HTTPRequest()
328 handleError(curl::easy_setopt(handle, CURLOPT_CAINFO, "ca-bundle.crt")); in HTTPRequest()
329 handleError(curl::easy_setopt(handle, CURLOPT_FOLLOWLOCATION, 1)); in HTTPRequest()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/
H A Dplatformserver.cpp22 handler->handleError(QString("ERROR[code=%1,string=%2]") in startwork()
41 handler->handleError(QString("ERROR[code=%1,string=%2]") in startwork()
H A Dserverhandler.h13 virtual void handleError(const QString error);
H A Dserverhandler.cpp14 void ServerHandler::handleError(const QString error) in handleError() function in ServerHandler
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/
H A Dmainwindow.cpp75 this, &TeriminalWidget::handleError); in TeriminalWidget()
157 void TeriminalWidget::handleError(QSerialPort::SerialPortError error) in handleError() function in TeriminalWidget
H A Dmainwindow.h73 void handleError(QSerialPort::SerialPortError error);
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/
H A Dmainwindow.cpp76 this, &MainWindow::handleError); in MainWindow()
178 void MainWindow::handleError(QSerialPort::SerialPortError error) in handleError() function in MainWindow
H A Dmainwindow.h73 void handleError(QSerialPort::SerialPortError error);
/OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/
H A Dmainwindow.cpp76 this, &MainWindow::handleError); in MainWindow()
178 void MainWindow::handleError(QSerialPort::SerialPortError error) in handleError() function in MainWindow
H A Dmainwindow.h73 void handleError(QSerialPort::SerialPortError error);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserialassistantwidget.h21 virtual void handleError(const QString error) override;
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/
H A Dqplayer.h96 void handleError();
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/
H A Dqplayer.h96 void handleError();
H A Dqplayer.cpp117 this, &QPlayer::handleError); in QPlayer()
319 void QPlayer::handleError() in handleError() function in QPlayer
/OK3568_Linux_fs/app/qplayer/
H A Dqplayer.h96 void handleError();
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmusicplayer.h83 void handleError(); in QT_FORWARD_DECLARE_CLASS()
H A Dmusicplayer.cpp65 this, &MusicPlayer::handleError); in MusicPlayer()
240 void MusicPlayer::handleError() in handleError() function in MusicPlayer
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmusicplayer.h83 void handleError(); in QT_FORWARD_DECLARE_CLASS()
H A Dmusicplayer.cpp65 this, &MusicPlayer::handleError); in MusicPlayer()
240 void MusicPlayer::handleError() in handleError() function in MusicPlayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqabstractgeotilecache.cpp76 void QAbstractGeoTileCache::handleError(const QGeoTileSpec &, const QString &error) in handleError() function in QAbstractGeoTileCache
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmusicplayer.h87 void handleError(); in QT_FORWARD_DECLARE_CLASS()
H A Dmusicplayer.cpp61 this, &MusicPlayer::handleError); in MusicPlayer()
241 void MusicPlayer::handleError() in handleError() function in MusicPlayer
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmusicplayer.h87 void handleError(); in QT_FORWARD_DECLARE_CLASS()
H A Dmusicplayer.cpp61 this, &MusicPlayer::handleError); in MusicPlayer()
241 void MusicPlayer::handleError() in handleError() function in MusicPlayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp345 void TileProvider::handleError(QNetworkReply::NetworkError error) in handleError() function in TileProvider
387 handleError(reply->error()); in onNetworkReplyFinished()
509 handleError(error); in onNetworkReplyError()

12