Searched refs:bytearray_properties_ (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/ |
D | property_store.cc | 58 ContainsKey(bytearray_properties_, prop) || in Contains() 305 return GetProperty(name, value, error, bytearray_properties_, "a byte array"); in GetByteArrayProperty() 395 return SetProperty(name, value, error, &bytearray_properties_, "a byte array"); in SetByteArrayProperty() 536 return ReadablePropertyConstIterator<ByteArray>(bytearray_properties_); in GetByteArrayPropertiesIter() 731 DCHECK(!Contains(name) || ContainsKey(bytearray_properties_, name)) in RegisterByteArray() 733 bytearray_properties_[name] = in RegisterByteArray() 739 DCHECK(!Contains(name) || ContainsKey(bytearray_properties_, name)) in RegisterConstByteArray() 741 bytearray_properties_[name] = in RegisterConstByteArray() 747 DCHECK(!Contains(name) || ContainsKey(bytearray_properties_, name)) in RegisterWriteOnlyByteArray() 749 bytearray_properties_[name] = in RegisterWriteOnlyByteArray() [all …]
|
D | property_store.h | 301 std::map<std::string, ByteArrayAccessor> bytearray_properties_; variable
|