Lines Matching refs:LocationAPIClientBase
223 LocationAPIClientBase::LocationAPIClientBase() : in LocationAPIClientBase() function in LocationAPIClientBase
242 void LocationAPIClientBase::locAPISetCallbacks(LocationCallbacks& locationCallbacks) in locAPISetCallbacks()
283 LocationAPIClientBase::~LocationAPIClientBase() in ~LocationAPIClientBase()
303 uint32_t LocationAPIClientBase::locAPIStartTracking(LocationOptions& options) in locAPIStartTracking()
328 void LocationAPIClientBase::locAPIStopTracking() in locAPIStopTracking()
345 void LocationAPIClientBase::locAPIUpdateTrackingOptions(LocationOptions& options) in locAPIUpdateTrackingOptions()
361 int32_t LocationAPIClientBase::locAPIGetBatchSize() in locAPIGetBatchSize()
378 uint32_t LocationAPIClientBase::locAPIStartSession(uint32_t id, uint32_t sessionMode, in locAPIStartSession()
432 uint32_t LocationAPIClientBase::locAPIStopSession(uint32_t id) in locAPIStopSession()
467 uint32_t LocationAPIClientBase::locAPIUpdateSessionOptions(uint32_t id, uint32_t sessionMode, in locAPIUpdateSessionOptions()
559 void LocationAPIClientBase::locAPIGetBatchedLocations(uint32_t id, size_t count) in locAPIGetBatchedLocations()
577 uint32_t LocationAPIClientBase::locAPIAddGeofences( in locAPIAddGeofences()
602 void LocationAPIClientBase::locAPIRemoveGeofences(size_t count, uint32_t* ids) in locAPIRemoveGeofences()
636 void LocationAPIClientBase::locAPIModifyGeofences( in locAPIModifyGeofences()
672 void LocationAPIClientBase::locAPIPauseGeofences(size_t count, uint32_t* ids) in locAPIPauseGeofences()
706 void LocationAPIClientBase::locAPIResumeGeofences( in locAPIResumeGeofences()
744 void LocationAPIClientBase::locAPIRemoveAllGeofences() in locAPIRemoveAllGeofences()
780 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
793 void LocationAPIClientBase::beforeGeofenceBreachCb( in beforeGeofenceBreachCb()
843 void LocationAPIClientBase::beforeBatchingStatusCb(BatchingStatusInfo batchStatus, in beforeBatchingStatusCb()
866 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb()
880 void LocationAPIClientBase::onCollectiveResponseCb( in onCollectiveResponseCb()
902 void LocationAPIClientBase::removeSession(uint32_t session) { in removeSession()
908 LocationAPIRequest* LocationAPIClientBase::getRequestBySession(uint32_t session) in getRequestBySession()