HomeSort by relevance Sort by last modified time
    Searched refs:Uint16s (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/
accessor_interface.h 71 typedef std::vector<uint16_t> Uint16s;
94 typedef std::shared_ptr<AccessorInterface<Uint16s>> Uint16sAccessor;
mock_property_store.h 50 const Uint16s&, Error*));
property_store_unittest.h 43 Stringmaps, Strings, uint8_t, uint16_t, Uint16s,
122 Uint16s* storage, Error* error) {
179 PropertyStore* store, const std::string& name, Uint16s* storage) {
property_store.h 81 bool GetUint16sProperty(const std::string& name, Uint16s* value,
193 ReadablePropertyConstIterator<Uint16s> GetUint16sPropertiesIter() const;
237 void RegisterUint16s(const std::string& name, Uint16s* prop);
239 void RegisterConstUint16s(const std::string& name, const Uint16s* prop);
property_store.cc 95 } else if (value.IsTypeCompatible<Uint16s>()) {
96 ret = SetUint16sProperty(name, value.Get<Uint16s>(), error);
208 ReadablePropertyConstIterator<Uint16s> it = GetUint16sPropertiesIter();
315 Uint16s* value,
544 ReadablePropertyConstIterator<Uint16s> PropertyStore::GetUint16sPropertiesIter()
546 return ReadablePropertyConstIterator<Uint16s>(uint16s_properties_);
760 void PropertyStore::RegisterUint16s(const string& name, Uint16s* prop) {
764 Uint16sAccessor(new PropertyAccessor<Uint16s>(prop));
791 const Uint16s* prop) {
795 Uint16sAccessor(new ConstPropertyAccessor<Uint16s>(prop))
    [all...]
adaptor_interfaces.h 148 const Uint16s& value) = 0;
service_property_change_notifier.cc 69 new PropertyObserver<Uint16s>(
mock_adaptors.h 164 const Uint16s& value));
property_store_unittest.cc 76 const brillo::Any PropertyStoreTest::kUint16sV = brillo::Any(Uint16s());
248 template<> bool PropertyStoreTypedTest<Uint16s>::SetProperty(
250 Uint16s new_value{1};
  /system/connectivity/shill/binder/
service_binder_adaptor.h 65 const Uint16s& value) override;
service_binder_adaptor.cc 64 const Uint16s& /*value*/) {
  /system/connectivity/shill/dbus/
chromeos_service_dbus_adaptor.h 57 const Uint16s& value) override;
chromeos_service_dbus_adaptor.cc 79 const Uint16s& value) {

Completed in 3969 milliseconds