Lines Matching refs:REQUEST_SESSION
395 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
408 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIStartSession()
409 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
446 mRequestQueues[REQUEST_SESSION].push(new StopTrackingRequest(*this)); in locAPIStopSession()
450 mRequestQueues[REQUEST_SESSION].push(new StopBatchingRequest(*this)); in locAPIStopSession()
484 mRequestQueues[REQUEST_SESSION].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
494 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIUpdateSessionOptions()
507 mRequestQueues[REQUEST_SESSION].push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
526 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIUpdateSessionOptions()
564 session = mRequestQueues[REQUEST_SESSION].getSession(); in locAPIGetBatchedLocations()
568 mRequestQueues[REQUEST_SESSION].push(new GetBatchedLocationsRequest(*this)); in locAPIGetBatchedLocations()
914 i != REQUEST_SESSION && in getRequestBySession()
924 request = mRequestQueues[REQUEST_SESSION].pop(); in getRequestBySession()