Lines Matching refs:PropertyBase
22 PropertyBase::PropertyBase() : property_set_(nullptr), is_valid_(false) {} in PropertyBase() function in dbus::PropertyBase
24 PropertyBase::~PropertyBase() {} in ~PropertyBase()
26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init()
50 PropertyBase* property) { in RegisterProperty()
100 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get()
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, in OnGet()
137 bool PropertySet::GetAndBlock(PropertyBase* property) { in GetAndBlock()
191 void PropertySet::Set(PropertyBase* property, SetCallback callback) { in Set()
207 bool PropertySet::SetAndBlock(PropertyBase* property) { in SetAndBlock()
223 void PropertySet::OnSet(PropertyBase* property, in OnSet()
257 PropertyBase* property = it->second; in UpdatePropertyFromReader()
286 PropertyBase* property = it->second; in InvalidatePropertiesFromReader()