Searched refs:Int16Accessor (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Daccessor_interface.h76 typedef std::shared_ptr<AccessorInterface<int16_t>> Int16Accessor; typedef in namespace:shill
H A Dproperty_store.cc581 int16_properties_[name] = Int16Accessor(new PropertyAccessor<int16_t>(prop));
589 Int16Accessor(new ConstPropertyAccessor<int16_t>(prop));
596 Int16Accessor(new WriteOnlyPropertyAccessor<int16_t>(prop));
H A Dproperty_store.h291 std::map<std::string, Int16Accessor> int16_properties_;

Completed in 312 milliseconds