Lines Matching refs:batchingMode

129         BatchingMode batchingMode;  in stopClientSessions()  member
131 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
136 vBatchingClient.emplace_back(it.first.client, it.first.id, it.second.batchingMode); in stopClientSessions()
140 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
203 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
305 if (batchingSession.second.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in autoReportBatchingSessionsCount()
320 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
355 if (mBatchingOptions.batchingMode == BATCHING_MODE_ROUTINE || in startBatchingCommand()
356 mBatchingOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in startBatchingCommand()
358 } else if (mBatchingOptions.batchingMode == BATCHING_MODE_TRIP) { in startBatchingCommand()
376 if (batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
394 batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
413 batchOptions.batchingMode); in updateBatchingOptionsCommand()
441 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand()
518 flpOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
524 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopBatching()
525 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
527 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopBatching()
596 BatchingMode batchingMode) in reportLocationsEvent() argument
598 LOC_LOGD("%s]: count %zu batchMode %d", __func__, count, batchingMode); in reportLocationsEvent()
608 BatchingMode batchingMode) : in reportLocationsEvent()
613 mBatchingMode(batchingMode) in reportLocationsEvent()
632 sendMsg(new MsgReportLocations(*this, locations, count, batchingMode)); in reportLocationsEvent()
636 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() argument
638 BatchingOptions batchOptions = {sizeof(BatchingOptions), batchingMode}; in reportLocations()
913 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
914 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopTripBatchingMultiplexCommon()
916 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopTripBatchingMultiplexCommon()