Searched refs:Int32Accessor (Results 1 – 9 of 9) sorted by relevance
55 Int32Accessor accessor);
77 typedef std::shared_ptr<AccessorInterface<int32_t>> Int32Accessor; typedef
87 const string& name, Int32Accessor accessor) { in AddIntPropertyObserver()
43 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()
248 const Int32Accessor& accessor);292 std::map<std::string, Int32Accessor> int32_properties_;
70 Int32Accessor( in PlumbPropertyStore()79 Int32Accessor( in PlumbPropertyStore()
601 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()
1360 Int32Accessor(new CustomAccessor<Service, int32_t>(this, get, set))); in HelpRegisterDerivedInt32()
1822 Int32Accessor(new CustomAccessor<WiFi, int32_t>(this, get, set))); in HelpRegisterDerivedInt32()