Lines Matching refs:LocationAPIClientBase
255 LocationAPIClientBase::LocationAPIClientBase() : in LocationAPIClientBase() function in LocationAPIClientBase
274 void LocationAPIClientBase::locAPISetCallbacks(LocationCallbacks& locationCallbacks) in locAPISetCallbacks()
315 void LocationAPIClientBase::destroy() in destroy()
343 LocationAPIClientBase::~LocationAPIClientBase() in ~LocationAPIClientBase()
348 void LocationAPIClientBase::onLocationApiDestroyCompleteCb() in onLocationApiDestroyCompleteCb()
354 uint32_t LocationAPIClientBase::locAPIStartTracking(TrackingOptions& options) in locAPIStartTracking()
379 void LocationAPIClientBase::locAPIStopTracking() in locAPIStopTracking()
396 void LocationAPIClientBase::locAPIUpdateTrackingOptions(TrackingOptions& options) in locAPIUpdateTrackingOptions()
412 int32_t LocationAPIClientBase::locAPIGetBatchSize() in locAPIGetBatchSize()
428 uint32_t LocationAPIClientBase::locAPIStartSession( in locAPIStartSession()
492 uint32_t LocationAPIClientBase::locAPIStopSession(uint32_t id) in locAPIStopSession()
524 uint32_t LocationAPIClientBase::locAPIUpdateSessionOptions( in locAPIUpdateSessionOptions()
618 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
645 uint32_t LocationAPIClientBase::locAPIAddGeofences( in locAPIAddGeofences()
670 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
712 void LocationAPIClientBase::locAPIModifyGeofences( in locAPIModifyGeofences()
748 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
782 void LocationAPIClientBase::locAPIResumeGeofences( in locAPIResumeGeofences()
820 void LocationAPIClientBase::locAPIRemoveAllGeofences() in locAPIRemoveAllGeofences()
828 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
841 void LocationAPIClientBase::beforeGeofenceBreachCb( in beforeGeofenceBreachCb()
891 void LocationAPIClientBase::beforeBatchingStatusCb(BatchingStatusInfo batchStatus, in beforeBatchingStatusCb()
914 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb()
928 void LocationAPIClientBase::onCollectiveResponseCb( in onCollectiveResponseCb()
950 void LocationAPIClientBase::removeSession(uint32_t session) { in removeSession()
956 LocationAPIRequest* LocationAPIClientBase::getRequestBySession(uint32_t session) in getRequestBySession()