Lines Matching defs:hwId
57 uint32_t hwId = it->second; in stopClientSessions() local
97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient()
109 GeofenceAdapter::getGeofenceKeyFromHwId(uint32_t hwId, GeofenceKey& key) in getGeofenceKeyFromHwId()
350 uint32_t hwId = 0; in removeGeofencesCommand() local
426 uint32_t hwId = 0; in pauseGeofencesCommand() local
501 uint32_t hwId = 0; in resumeGeofencesCommand() local
584 uint32_t hwId = 0; in modifyGeofencesCommand() local
645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
664 GeofenceAdapter::removeGeofenceItem(uint32_t hwId) in removeGeofenceItem()
689 GeofenceAdapter::pauseGeofenceItem(uint32_t hwId) in pauseGeofenceItem()
701 GeofenceAdapter::resumeGeofenceItem(uint32_t hwId) in resumeGeofenceItem()
713 GeofenceAdapter::modifyGeofenceItem(uint32_t hwId, const GeofenceOption& options) in modifyGeofenceItem()