Searched refs:EntryType (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/storage/ |
D | mutation_entry.cc | 25 EntryType entry_type_param, in MutationEntry() 36 case EntryType::SET: in MutationEntry() 41 case EntryType::REMOVE_PROPERTY: in MutationEntry() 45 case EntryType::REMOVE_SECTION: in MutationEntry()
|
D | mutation_entry.h | 30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enum 93 …EntryType::SET, property_type, std::move(section_param), std::move(property_param), std::move(valu… in Set() 97 return MutationEntry(EntryType::REMOVE_SECTION, property_type, std::move(section_param)); in Remove() 102 … EntryType::REMOVE_PROPERTY, property_type, std::move(section_param), std::move(property_param)); in Remove() 110 EntryType entry_type_param, 116 EntryType entry_type;
|
D | mutation.cc | 33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
|
D | config_cache.cc | 309 case MutationEntry::EntryType::SET: in Commit() 312 case MutationEntry::EntryType::REMOVE_PROPERTY: in Commit() 315 case MutationEntry::EntryType::REMOVE_SECTION: in Commit()
|