Lines Matching refs:batchingMode
123 BatchingMode batchingMode; in stopClientSessions() member
125 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
130 vBatchingClient.emplace_back(it.first.client, it.first.id, it.second.batchingMode); in stopClientSessions()
134 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
197 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
299 if (batchingSession.second.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in autoReportBatchingSessionsCount()
314 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
349 if (mBatchingOptions.batchingMode == BATCHING_MODE_ROUTINE || in startBatchingCommand()
350 mBatchingOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in startBatchingCommand()
352 } else if (mBatchingOptions.batchingMode == BATCHING_MODE_TRIP) { in startBatchingCommand()
370 if (batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
388 batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
407 batchOptions.batchingMode); in updateBatchingOptionsCommand()
435 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand()
512 flpOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
518 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopBatching()
519 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
521 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopBatching()
590 BatchingMode batchingMode) in reportLocationsEvent() argument
592 LOC_LOGD("%s]: count %zu batchMode %d", __func__, count, batchingMode); in reportLocationsEvent()
602 BatchingMode batchingMode) : in reportLocationsEvent()
607 mBatchingMode(batchingMode) in reportLocationsEvent()
626 sendMsg(new MsgReportLocations(*this, locations, count, batchingMode)); in reportLocationsEvent()
630 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() argument
632 BatchingOptions batchOptions = {sizeof(BatchingOptions), batchingMode}; in reportLocations()
907 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
908 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopTripBatchingMultiplexCommon()
910 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopTripBatchingMultiplexCommon()