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.cc363 void ConfigCache::Commit(std::queue<MutationEntry>& mutation_entries) { in Commit() argument
365 while (!mutation_entries.empty()) { in Commit()
366 auto entry = std::move(mutation_entries.front()); in Commit()
367 mutation_entries.pop(); in Commit()