Home
last modified time | relevance | path

Searched refs:StringsAccessor (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Daccessor_interface.h88 typedef std::shared_ptr<AccessorInterface<Strings>> StringsAccessor; typedef
Dproperty_store.h262 const StringsAccessor& accessor);
299 std::map<std::string, StringsAccessor> strings_properties_;
Dproperty_store.cc690 StringsAccessor(new PropertyAccessor<Strings>(prop)); in RegisterStrings()
698 StringsAccessor(new ConstPropertyAccessor<Strings>(prop)); in RegisterConstStrings()
706 StringsAccessor(new WriteOnlyPropertyAccessor<Strings>(prop)); in RegisterWriteOnlyStrings()
852 const StringsAccessor& accessor) { in RegisterDerivedStrings()
Dprofile.cc420 name, StringsAccessor( in HelpRegisterConstDerivedStrings()
Dservice.cc1393 StringsAccessor(new CustomReadOnlyAccessor<Service, Strings>(this, get))); in HelpRegisterConstDerivedStrings()
Dmanager.cc1784 name, StringsAccessor( in HelpRegisterConstDerivedStrings()
/system/connectivity/shill/vpn/
Dvpn_driver.cc146 StringsAccessor( in InitPropertyStore()