Searched refs:StopBatchingRequest (Results 1 – 4 of 4) sorted by relevance
290 class StopBatchingRequest : public LocationAPIRequest {292 StopBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in StopBatchingRequest() function
296 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession()338 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions()
420 class StopBatchingRequest : public LocationAPIRequest {422 StopBatchingRequest(LocationAPIClientBase& API) : mAPI(API) {} in StopBatchingRequest() function
450 mRequestQueues[REQUEST_SESSION].push(new StopBatchingRequest(*this)); in locAPIStopSession()