Home
last modified time | relevance | path

Searched refs:property_set (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_property.h31 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()
/external/libchrome/dbus/
Dproperty.h148 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()
Dobject_manager.cc460 PropertySet* property_set; in AddInterface() local
463 property_set = object->properties_map[interface_name] = in AddInterface()
467 property_set = piter->second; in AddInterface()
469 property_set->UpdatePropertiesFromReader(reader); in AddInterface()
Dproperty.cc26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() argument
28 property_set_ = property_set; in Init()
/external/toybox/toys/android/
Dsetprop.c49 if (property_set(name, value)) in setprop_main()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DHalAdaptation.cpp211 property_set("nfc.bcm2079x.isColdboot", "0"); in HaiInitializeLibrary()