Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativepositionsource.cpp168 return m_providerName; in name()
176 if (m_providerName == newName && m_providerName.isEmpty()) in setName()
180 m_providerName = newName; in setName()
198 m_providerName = newName; in tryAttach()
462 tryAttach(m_providerName); in onParameterInitialized()
861 tryAttach(m_providerName); in componentComplete()
H A Dqdeclarativepositionsource_p.h180 QString m_providerName; variable