Searched refs:batch_scan_result_cache_ (Results 1 – 1 of 1) sorted by relevance
982 if (batch_scan_result_cache_.find(scanner_id) == batch_scan_result_cache_.end()) { in batch_scan_read_results()984 batch_scan_result_cache_.emplace(scanner_id, empty_data); in batch_scan_read_results()1142 … scanner_id, 0x00, (int)report_format, total_num_of_records, batch_scan_result_cache_[scanner_id]); in on_batch_scan_read_result_complete()1143 batch_scan_result_cache_.erase(scanner_id); in on_batch_scan_read_result_complete()1146 batch_scan_result_cache_[scanner_id].insert( in on_batch_scan_read_result_complete()1147 batch_scan_result_cache_[scanner_id].end(), raw_data.begin(), raw_data.end()); in on_batch_scan_read_result_complete()1238 std::map<ScannerId, std::vector<uint8_t>> batch_scan_result_cache_; member