Home
last modified time | relevance | path

Searched refs:Uint16Accessor (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_notifier.h49 Uint16Accessor accessor);
Daccessor_interface.h93 typedef std::shared_ptr<AccessorInterface<uint16_t>> Uint16Accessor; typedef
Dservice_property_change_notifier.cc57 const string& name, Uint16Accessor accessor) { in AddUint16PropertyObserver()
Dproperty_store.h264 const Uint16Accessor& accessor);
302 std::map<std::string, Uint16Accessor> uint16_properties_;
Dproperty_store.cc757 Uint16Accessor(new PropertyAccessor<uint16_t>(prop)); in RegisterUint16()
787 Uint16Accessor(new ConstPropertyAccessor<uint16_t>(prop)); in RegisterConstUint16()
803 Uint16Accessor(new WriteOnlyPropertyAccessor<uint16_t>(prop)); in RegisterWriteOnlyUint16()
873 const Uint16Accessor& acc) { in RegisterDerivedUint16()
Dservice.cc1386 Uint16Accessor(new CustomReadOnlyAccessor<Service, uint16_t>(this, get))); in HelpRegisterConstDerivedUint16()
/system/connectivity/shill/wifi/
Dwifi_service.cc579 name, Uint16Accessor(new CustomAccessor<WiFiService, uint16_t>( in HelpRegisterDerivedUint16()
Dwifi.cc1832 Uint16Accessor(new CustomAccessor<WiFi, uint16_t>(this, get, set))); in HelpRegisterDerivedUint16()