Searched refs:m_client (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2.cpp | 254 delete m_client; in createClient() 255 m_client = new OrgFreedesktopGeoClue2ClientInterface( in createClient() 260 if (!m_client->isValid()) { in createClient() 261 const auto error = m_client->lastError(); in createClient() 265 delete m_client; in createClient() 267 connect(m_client.data(), &OrgFreedesktopGeoClue2ClientInterface::LocationUpdated, in createClient() 283 if (!m_client) { in startClient() 288 const QDBusPendingReply<> reply = m_client->Start(); in startClient() 300 delete m_client; in startClient() 304 const QDBusObjectPath location = m_client->location(); in startClient() [all …]
|
| H A D | qgeopositioninfosource_geoclue2_p.h | 88 QPointer<OrgFreedesktopGeoClue2ClientInterface> m_client; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeocluemaster.cpp | 53 : QObject(parent), m_master(0), m_provider(0), m_client(0) in Q_DECLARE_LOGGING_CATEGORY() 66 return m_client; in hasMasterClient() 71 Q_ASSERT(!m_provider || !m_client); in createMasterClient() 95 …m_client = new OrgFreedesktopGeoclueMasterClientInterface(QStringLiteral("org.freedesktop.Geoclue.… in createMasterClient() 99 connect(m_client, SIGNAL(PositionProviderChanged(QString,QString,QString,QString)), in createMasterClient() 102 QDBusPendingReply<> reply = m_client->SetRequirements(accuracyLevel, 0, true, resourceFlags); in createMasterClient() 114 reply = m_client->PositionStart(); in createMasterClient() 133 delete m_client; in releaseMasterClient() 134 m_client = 0; in releaseMasterClient()
|
| H A D | qgeocluemaster.h | 83 OrgFreedesktopGeoclueMasterClientInterface *m_client; variable
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcauth_unix.c | 100 struct unix_domain *m_client; member 111 auth_domain_put(&im->m_client->h); in ip_map_put() 139 kref_get(&item->m_client->h.ref); in update() 140 new->m_client = item->m_client; in update() 276 dom = im->m_client->h.name; in ip_map_show() 321 ip.m_client = udom; in __ip_map_update() 713 rqstp->rq_client = &ipm->m_client->h; in svcauth_unix_set_client()
|