Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiview.cpp147 m_fixCount =0; in setData()
205 return m_fixCount< m_list.size(); in canFetchMore()
211 int remainder = m_list.size() - m_fixCount; in fetchMore()
213 beginInsertRows(QModelIndex(), m_fixCount, m_fixCount+itemsToFetch-1); in fetchMore()
214 m_fixCount += itemsToFetch; in fetchMore()
H A Dwifiview.h38 int m_fixCount; variable