Lines Matching refs:LocationAPIClientBase

253 LocationAPIClientBase::LocationAPIClientBase() :  in LocationAPIClientBase()  function in LocationAPIClientBase
272 void LocationAPIClientBase::locAPISetCallbacks(LocationCallbacks& locationCallbacks) in locAPISetCallbacks()
313 LocationAPIClientBase::~LocationAPIClientBase() in ~LocationAPIClientBase()
333 uint32_t LocationAPIClientBase::locAPIStartTracking(TrackingOptions& options) in locAPIStartTracking()
358 void LocationAPIClientBase::locAPIStopTracking() in locAPIStopTracking()
375 void LocationAPIClientBase::locAPIUpdateTrackingOptions(TrackingOptions& options) in locAPIUpdateTrackingOptions()
391 int32_t LocationAPIClientBase::locAPIGetBatchSize() in locAPIGetBatchSize()
407 uint32_t LocationAPIClientBase::locAPIStartSession( in locAPIStartSession()
471 uint32_t LocationAPIClientBase::locAPIStopSession(uint32_t id) in locAPIStopSession()
503 uint32_t LocationAPIClientBase::locAPIUpdateSessionOptions( in locAPIUpdateSessionOptions()
597 uint32_t LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
624 uint32_t LocationAPIClientBase::locAPIAddGeofences( in locAPIAddGeofences()
649 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
691 void LocationAPIClientBase::locAPIModifyGeofences( in locAPIModifyGeofences()
727 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
761 void LocationAPIClientBase::locAPIResumeGeofences( in locAPIResumeGeofences()
799 void LocationAPIClientBase::locAPIRemoveAllGeofences() in locAPIRemoveAllGeofences()
805 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
818 void LocationAPIClientBase::beforeGeofenceBreachCb( in beforeGeofenceBreachCb()
868 void LocationAPIClientBase::beforeBatchingStatusCb(BatchingStatusInfo batchStatus, in beforeBatchingStatusCb()
891 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb()
905 void LocationAPIClientBase::onCollectiveResponseCb( in onCollectiveResponseCb()
927 void LocationAPIClientBase::removeSession(uint32_t session) { in removeSession()
933 LocationAPIRequest* LocationAPIClientBase::getRequestBySession(uint32_t session) in getRequestBySession()