Lines Matching refs:batchingMode
128 BatchingMode batchingMode; in stopClientSessions() member
130 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
135 vBatchingClient.emplace_back(it.first.client, it.first.id, it.second.batchingMode); in stopClientSessions()
139 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
202 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
304 if (batchingSession.second.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in autoReportBatchingSessionsCount()
319 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
354 if (mBatchingOptions.batchingMode == BATCHING_MODE_ROUTINE || in startBatchingCommand()
355 mBatchingOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in startBatchingCommand()
357 } else if (mBatchingOptions.batchingMode == BATCHING_MODE_TRIP) { in startBatchingCommand()
375 if (batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
393 batchingOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT && in startBatching()
412 batchOptions.batchingMode); in updateBatchingOptionsCommand()
440 (mBatchOptions.batchingMode > BATCHING_MODE_NO_AUTO_REPORT)) { in updateBatchingOptionsCommand()
517 flpOptions.batchingMode != BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
523 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopBatching()
524 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopBatching()
526 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopBatching()
595 BatchingMode batchingMode) in reportLocationsEvent() argument
597 LOC_LOGD("%s]: count %zu batchMode %d", __func__, count, batchingMode); in reportLocationsEvent()
607 BatchingMode batchingMode) : in reportLocationsEvent()
612 mBatchingMode(batchingMode) in reportLocationsEvent()
631 sendMsg(new MsgReportLocations(*this, locations, count, batchingMode)); in reportLocationsEvent()
635 BatchingAdapter::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() argument
637 BatchingOptions batchOptions = {sizeof(BatchingOptions), batchingMode}; in reportLocations()
912 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
913 batchOptions.batchingMode == BATCHING_MODE_NO_AUTO_REPORT) { in stopTripBatchingMultiplexCommon()
915 } else if (batchOptions.batchingMode == BATCHING_MODE_TRIP) { in stopTripBatchingMultiplexCommon()