Home
last modified time | relevance | path

Searched refs:statusChanged (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchmodelbase_p.h75 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
129 void statusChanged();
H A Dqdeclarativecategory_p.h79 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
131 void statusChanged();
H A Dqdeclarativesupportedcategoriesmodel_p.h87 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
132 void statusChanged();
H A Dqdeclarativeplace_p.h98 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
208 void statusChanged();
H A Dqdeclarativesearchmodelbase.cpp195 emit statusChanged(); in setStatus()
H A Dqdeclarativecategory.cpp310 emit statusChanged(); in setStatus()
H A Dqdeclarativesupportedcategoriesmodel.cpp618 emit statusChanged(); in setStatus()
H A Dqdeclarativeplace.cpp652 emit statusChanged(); in setStatus()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Ddownloadmanager.cpp195 emit statusChanged(); in tryAgain()
210 emit statusChanged(); in downloadReadyRead()
213 emit statusChanged(); in downloadReadyRead()
325 emit statusChanged(); in finished()
395 connect(item, SIGNAL(statusChanged()), this, SLOT(updateRow())); in addItem()
H A Ddownloadmanager.h50 void statusChanged();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h78 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
156 void statusChanged();
H A Dqdeclarativegeoroutemodel_p.h85 Q_PROPERTY(Status status READ status NOTIFY statusChanged)
156 void statusChanged();
H A Dqdeclarativegeocodemodel.cpp448 emit statusChanged(); in setStatus()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp57 observer->statusChanged(status); in setState()
328 observer->statusChanged(status); in ensureResource()
364 observer->statusChanged(status); in ensureResource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_categorymodel.qml82 modelSpy.signalName = "statusChanged";
155 modelSpy.signalName = "statusChanged";
212 statusChangedSpy.signalName = "statusChanged";
H A Dtst_placesearchsuggestionmodel.qml78 SignalSpy { id: statusChangedSpy; target: testModel; signalName: "statusChanged" }
126 SignalSpy { id: statusChangedSpyError; target: testModelError; signalName: "statusChanged" }
H A Dtst_placesearchmodel.qml175 statusChangedSpy.signalName = "statusChanged";
243 statusChangedSpy.signalName = "statusChanged";
286 statusChangedSpy.signalName = "statusChanged";
H A Dtst_place.qml466 signalSpy.signalName = "statusChanged";
496 signalSpy.signalName = "statusChanged";
533 signalSpy.signalName = "statusChanged";
H A Dtst_geocoding.qml287 SignalSpy {id: testStatusSpy; target: testModel; signalName: "statusChanged"}
301 SignalSpy {id: statusImmediateSpy; target: immediateModel; signalName: "statusChanged"}
H A Dtst_routing.qml598 SignalSpy {id: testStatusSpy; target: routeModel; signalName: "statusChanged"}
606 SignalSpy {id: testStatusSlackSpy; target: routeModelSlack; signalName: "statusChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Doffline.hpp155 virtual void statusChanged(OfflineRegionStatus) {} in statusChanged() function in mbgl::OfflineRegionObserver
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/
H A Daudiorecorder.cpp123 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/
H A Daudiorecorder.cpp121 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/
H A Daudiorecorder.cpp121 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml442 place.statusChanged.connect(statusChangedHandler);

12