Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dmutation_entry.cc41 case EntryType::REMOVE_PROPERTY: in MutationEntry()
Dmutation_entry.h30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enumerator
102 … EntryType::REMOVE_PROPERTY, property_type, std::move(section_param), std::move(property_param)); in Remove()
Dconfig_cache.cc312 case MutationEntry::EntryType::REMOVE_PROPERTY: in Commit()