Home
last modified time | relevance | path

Searched refs:SetAndBlock (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_property.h49 bool SetAndBlock(const T& value) { in SetAndBlock() function
51 return property_set()->SetAndBlock(this); in SetAndBlock()
/external/libchrome/dbus/
Dproperty.h290 virtual bool SetAndBlock(PropertyBase* property);
410 virtual bool SetAndBlock(const T& value) { in SetAndBlock() function
412 return property_set()->SetAndBlock(this); in SetAndBlock()
Dproperty.cc207 bool PropertySet::SetAndBlock(PropertyBase* property) { in SetAndBlock() function in dbus::PropertySet