Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dmutation_entry.cc45 case EntryType::REMOVE_SECTION: in MutationEntry()
Dmutation_entry.h30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enumerator
97 return MutationEntry(EntryType::REMOVE_SECTION, property_type, std::move(section_param)); in Remove()
Dconfig_cache.cc315 case MutationEntry::EntryType::REMOVE_SECTION: in Commit()