Searched defs:accessor (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | property_accessor_unittest.cc | 43 Int32Accessor accessor(new PropertyAccessor<int32_t>(&int_store)); in TEST() local 64 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store)); in TEST() local 78 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store)); in TEST() local 84 Int32Accessor accessor(new WriteOnlyPropertyAccessor<int32_t>(&int_store)); in TEST() local 92 WriteOnlyPropertyAccessor<int32_t> accessor(&int_store); in TEST() local 110 WriteOnlyPropertyAccessor<int32_t> accessor(&int_store); in TEST() local 124 Uint32Accessor accessor(new PropertyAccessor<uint32_t>(&int_store)); in TEST() local 145 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST() local 159 Uint32Accessor accessor(new ConstPropertyAccessor<uint32_t>(&int_store)); in TEST() local 165 Uint32Accessor accessor( in TEST() local [all …]
|
D | service_property_change_notifier.cc | 37 const string& name, BoolAccessor accessor) { in AddBoolPropertyObserver() 47 const string& name, Uint8Accessor accessor) { in AddUint8PropertyObserver() 57 const string& name, Uint16Accessor accessor) { in AddUint16PropertyObserver() 67 const string& name, Uint16sAccessor accessor) { in AddUint16sPropertyObserver() 77 const string& name, Uint32Accessor accessor) { in AddUintPropertyObserver() 87 const string& name, Int32Accessor accessor) { in AddIntPropertyObserver() 97 const string& name, RpcIdentifierAccessor accessor) { in AddRpcIdentifierPropertyObserver() 107 const string& name, StringAccessor accessor) { in AddStringPropertyObserver() 117 const string& name, StringmapAccessor accessor) { in AddStringmapPropertyObserver()
|
D | property_observer.h | 41 PropertyObserver(std::shared_ptr<AccessorInterface<T>> accessor, in PropertyObserver()
|
D | property_store.cc | 807 const BoolAccessor& accessor) { in RegisterDerivedBool() 814 const Int32Accessor& accessor) { in RegisterDerivedInt32() 838 const RpcIdentifiersAccessor& accessor) { in RegisterDerivedRpcIdentifiers() 845 const StringAccessor& accessor) { in RegisterDerivedString() 852 const StringsAccessor& accessor) { in RegisterDerivedStrings()
|
D | service.cc | 1408 BoolAccessor accessor( in HelpRegisterObservedDerivedBool() local
|