Lines Matching defs:hwId
56 uint32_t hwId = it->second; in stopClientSessions() local
96 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient()
108 GeofenceAdapter::getGeofenceKeyFromHwId(uint32_t hwId, GeofenceKey& key) in getGeofenceKeyFromHwId()
349 uint32_t hwId = 0; in removeGeofencesCommand() local
425 uint32_t hwId = 0; in pauseGeofencesCommand() local
500 uint32_t hwId = 0; in resumeGeofencesCommand() local
583 uint32_t hwId = 0; in modifyGeofencesCommand() local
644 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
663 GeofenceAdapter::removeGeofenceItem(uint32_t hwId) in removeGeofenceItem()
688 GeofenceAdapter::pauseGeofenceItem(uint32_t hwId) in pauseGeofenceItem()
700 GeofenceAdapter::resumeGeofenceItem(uint32_t hwId) in resumeGeofenceItem()
712 GeofenceAdapter::modifyGeofenceItem(uint32_t hwId, const GeofenceOption& options) in modifyGeofenceItem()