Searched refs:StartBatchingRequest (Results 1 – 12 of 12) sorted by relevance
282 class StartBatchingRequest : public LocationAPIRequest {284 StartBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in StartBatchingRequest() function
252 requests->push(new StartBatchingRequest(*this)); in locAPIStartSession()380 requests->push(new StartBatchingRequest(*this)); in locAPIUpdateSessionOptions()
411 class StartBatchingRequest : public LocationAPIRequest {413 StartBatchingRequest(LocationAPIClientBase& API) : mAPI(API) {} in StartBatchingRequest() function
409 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
441 class StartBatchingRequest : public LocationAPIRequest {443 StartBatchingRequest(LocationAPIClientBase& API) : mAPI(API) {} in StartBatchingRequest() function
449 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
446 class StartBatchingRequest : public LocationAPIRequest {448 StartBatchingRequest(LocationAPIClientBase& API) : mAPI(API) {} in StartBatchingRequest() function
478 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
470 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()