Searched refs:found_objects_ (Results 1 - 1 of 1) sorted by relevance

/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc244 found_objects_.clear();
247 found_objects_ = brillo::GetMapKeysAsVector(handles_);
250 found_objects_.push_back(labels_[label]);
255 found_objects_.push_back(labels_[item.first]);
267 while (!found_objects_.empty() && object_list->size() < max_object_count) {
268 object_list->push_back(found_objects_.back());
269 found_objects_.pop_back();
300 std::vector<uint64_t> found_objects_; // The most recent search results member in class:attestation::KeyStoreTest

Completed in 67 milliseconds