Lines Matching defs:hwId
53 uint32_t hwId = it->second; in stopClientSessions() local
93 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient()
105 GeofenceAdapter::getGeofenceKeyFromHwId(uint32_t hwId, GeofenceKey& key) in getGeofenceKeyFromHwId()
346 uint32_t hwId = 0; in removeGeofencesCommand() local
422 uint32_t hwId = 0; in pauseGeofencesCommand() local
497 uint32_t hwId = 0; in resumeGeofencesCommand() local
580 uint32_t hwId = 0; in modifyGeofencesCommand() local
641 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
660 GeofenceAdapter::removeGeofenceItem(uint32_t hwId) in removeGeofenceItem()
685 GeofenceAdapter::pauseGeofenceItem(uint32_t hwId) in pauseGeofenceItem()
697 GeofenceAdapter::resumeGeofenceItem(uint32_t hwId) in resumeGeofenceItem()
709 GeofenceAdapter::modifyGeofenceItem(uint32_t hwId, const GeofenceOption& options) in modifyGeofenceItem()