Home
last modified time | relevance | path

Searched refs:Int32Accessor (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_notifier.h55 Int32Accessor accessor);
Daccessor_interface.h77 typedef std::shared_ptr<AccessorInterface<int32_t>> Int32Accessor; typedef
Dservice_property_change_notifier.cc87 const string& name, Int32Accessor accessor) { in AddIntPropertyObserver()
Dproperty_accessor_unittest.cc43 Int32Accessor accessor(new PropertyAccessor<int32_t>(&int_store)); in TEST()
64 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store)); in TEST()
78 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store)); in TEST()
84 Int32Accessor accessor(new WriteOnlyPropertyAccessor<int32_t>(&int_store)); in TEST()
Dproperty_store.h248 const Int32Accessor& accessor);
292 std::map<std::string, Int32Accessor> int32_properties_;
Dstatic_ip_parameters.cc70 Int32Accessor( in PlumbPropertyStore()
79 Int32Accessor( in PlumbPropertyStore()
Dproperty_store.cc601 int32_properties_[name] = Int32Accessor(new PropertyAccessor<int32_t>(prop)); in RegisterInt32()
609 Int32Accessor(new ConstPropertyAccessor<int32_t>(prop)); in RegisterConstInt32()
616 Int32Accessor(new WriteOnlyPropertyAccessor<int32_t>(prop)); in RegisterWriteOnlyInt32()
814 const Int32Accessor& accessor) { in RegisterDerivedInt32()
Dservice.cc1360 Int32Accessor(new CustomAccessor<Service, int32_t>(this, get, set))); in HelpRegisterDerivedInt32()
/system/connectivity/shill/wifi/
Dwifi.cc1822 Int32Accessor(new CustomAccessor<WiFi, int32_t>(this, get, set))); in HelpRegisterDerivedInt32()