Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dmutation_entry.cc25 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()
Dmutation_entry.h30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enum
93EntryType::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()
102EntryType::REMOVE_PROPERTY, property_type, std::move(section_param), std::move(property_param)); in Remove()
110 EntryType entry_type_param,
116 EntryType entry_type;
Dmutation.cc33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
Dconfig_cache.cc309 case MutationEntry::EntryType::SET: in Commit()
312 case MutationEntry::EntryType::REMOVE_PROPERTY: in Commit()
315 case MutationEntry::EntryType::REMOVE_SECTION: in Commit()