Searched refs:uint16_properties_ (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/ |
D | property_store.cc | 59 ContainsKey(uint16_properties_, prop) || in Contains() 311 return GetProperty(name, value, error, uint16_properties_, "a uint16_t"); in GetUint16Property() 401 return SetProperty(name, value, error, &uint16_properties_, "a uint16_t"); in SetUint16Property() 451 } else if (ContainsKey(uint16_properties_, name)) { in ClearProperty() 452 uint16_properties_[name]->Clear(error); in ClearProperty() 541 return ReadablePropertyConstIterator<uint16_t>(uint16_properties_); in GetUint16PropertiesIter() 754 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterUint16() 756 uint16_properties_[name] = in RegisterUint16() 784 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterConstUint16() 786 uint16_properties_[name] = in RegisterConstUint16() [all …]
|
D | property_store.h | 302 std::map<std::string, Uint16Accessor> uint16_properties_; variable
|