Home
last modified time | relevance | path

Searched refs:mutation_entries (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc374 void ConfigCache::Commit(std::queue<MutationEntry>& mutation_entries) { in Commit() argument
376 while (!mutation_entries.empty()) { in Commit()
377 auto entry = std::move(mutation_entries.front()); in Commit()
378 mutation_entries.pop(); in Commit()