Searched refs:property_set (Results 1 – 6 of 6) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_property.h | 31 property_set()->Get(this, callback); in Get() 36 return property_set()->GetAndBlock(this); in GetAndBlock() 45 property_set()->Set(this, callback); in Set() 51 return property_set()->SetAndBlock(this); in SetAndBlock() 73 property_set()->NotifyPropertyChanged(name()); in ReplaceValueWithSetValue() 80 property_set()->NotifyPropertyChanged(name()); in ReplaceValue()
|
D | dbus_object.cc | 22 ExportedPropertySet* property_set) { in SetupDefaultPropertyHandlers() argument 24 base::Unretained(property_set), in SetupDefaultPropertyHandlers() 27 dbus::kPropertiesGet, base::Unretained(property_set), in SetupDefaultPropertyHandlers() 30 dbus::kPropertiesSet, base::Unretained(property_set), in SetupDefaultPropertyHandlers()
|
D | dbus_object.h | 514 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;
|
/external/libchrome/dbus/ |
D | property.h | 148 void Init(PropertySet* property_set, const std::string& name); 186 PropertySet* property_set() { return property_set_; } in property_set() function 390 property_set()->Get(this, callback); in Get() 396 return property_set()->GetAndBlock(this); in GetAndBlock() 405 property_set()->Set(this, callback); in Set() 412 return property_set()->SetAndBlock(this); in SetAndBlock() 430 property_set()->NotifyPropertyChanged(name()); in ReplaceValueWithSetValue() 437 property_set()->NotifyPropertyChanged(name()); in ReplaceValue()
|
D | object_manager.cc | 458 PropertySet* property_set; in AddInterface() local 461 property_set = object->properties_map[interface_name] = in AddInterface() 465 property_set = piter->second; in AddInterface() 467 property_set->UpdatePropertiesFromReader(reader); in AddInterface()
|
D | property.cc | 28 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() argument 30 property_set_ = property_set; in Init()
|