Home | History | Annotate | Download | only in shill

Lines Matching full:bytearray

91   } else if (value.IsTypeCompatible<ByteArray>()) {
92 ret = SetByteArrayProperty(name, value.Get<ByteArray>(), error);
196 ReadablePropertyConstIterator<ByteArray> it = GetByteArrayPropertiesIter();
303 ByteArray* value,
393 const ByteArray& value,
534 ReadablePropertyConstIterator<ByteArray> PropertyStore::GetByteArrayPropertiesIter()
536 return ReadablePropertyConstIterator<ByteArray>(bytearray_properties_);
730 void PropertyStore::RegisterByteArray(const string& name, ByteArray* prop) {
734 ByteArrayAccessor(new PropertyAccessor<ByteArray>(prop));
738 const ByteArray* prop) {
742 ByteArrayAccessor(new ConstPropertyAccessor<ByteArray>(prop));
746 ByteArray* prop) {
750 ByteArrayAccessor(new WriteOnlyPropertyAccessor<ByteArray>(prop));