Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dmutation.cc33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
Dmutation_entry.cc36 case EntryType::SET: in MutationEntry()
Dmutation_entry.h30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enumerator
93 …EntryType::SET, property_type, std::move(section_param), std::move(property_param), std::move(valu… in Set()
Dconfig_cache.cc309 case MutationEntry::EntryType::SET: in Commit()