Home
last modified time | relevance | path

Searched refs:Uint8Accessor (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_notifier.h47 Uint8Accessor accessor);
Daccessor_interface.h91 typedef std::shared_ptr<AccessorInterface<uint8_t>> Uint8Accessor; typedef
Dservice_property_change_notifier.cc47 const string& name, Uint8Accessor accessor) { in AddUint8PropertyObserver()
Dproperty_store.cc712 uint8_properties_[name] = Uint8Accessor(new PropertyAccessor<uint8_t>(prop)); in RegisterUint8()
720 Uint8Accessor(new ConstPropertyAccessor<uint8_t>(prop)); in RegisterConstUint8()
727 Uint8Accessor(new WriteOnlyPropertyAccessor<uint8_t>(prop)); in RegisterWriteOnlyUint8()
Dproperty_store.h300 std::map<std::string, Uint8Accessor> uint8_properties_;