Home
last modified time | relevance | path

Searched refs:datacount_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel.cpp39 datacount_(0), in QDeclarativeLocationTestModel()
79 return datacount_; in datacount()
84 if (datacount_ == datacount) in setDatacount()
86 datacount_ = datacount; in setDatacount()
162 int datacount = datacount_; in repopulate()
164 datacount = QRandomGenerator::global()->bounded(datacount_); in repopulate()
198 if (datacount_ <= 0) in scheduleRepopulation()
H A Dqdeclarativelocationtestmodel_p.h119 int datacount_; variable