Home
last modified time | relevance | path

Searched refs:OnUpdateCallback (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_property_set.h67 using OnUpdateCallback = base::Callback<void(const ExportedPropertyBase*)>; variable
72 virtual void SetUpdateCallback(const OnUpdateCallback& cb);
88 OnUpdateCallback on_update_callback_;
Dexported_property_set.cc49 ExportedPropertyBase::OnUpdateCallback cb = in RegisterProperty()
159 void ExportedPropertyBase::SetUpdateCallback(const OnUpdateCallback& cb) { in SetUpdateCallback()