Home
last modified time | relevance | path

Searched refs:Uint32Accessor (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_notifier.h53 Uint32Accessor accessor);
Daccessor_interface.h95 typedef std::shared_ptr<AccessorInterface<uint32_t>> Uint32Accessor; typedef
Dservice_property_change_notifier.cc77 const string& name, Uint32Accessor accessor) { in AddUintPropertyObserver()
Dproperty_accessor_unittest.cc124 Uint32Accessor accessor(new PropertyAccessor<uint32_t>(&int_store)); in TEST()
145 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST()
159 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST()
165 Uint32Accessor accessor( in TEST()
Dproperty_store.h304 std::map<std::string, Uint32Accessor> uint32_properties_;
Dproperty_store.cc771 Uint32Accessor(new PropertyAccessor<uint32_t>(prop)); in RegisterUint32()
779 Uint32Accessor(new ConstPropertyAccessor<uint32_t>(prop)); in RegisterConstUint32()