Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set.cc41 ExportedPropertyBase* exported_property) { in RegisterProperty() argument
44 auto res = prop_map.insert(std::make_pair(property_name, exported_property)); in RegisterProperty()
53 exported_property->SetUpdateCallback(cb); in RegisterProperty()
141 const ExportedPropertyBase* exported_property) { in HandlePropertyUpdated() argument
150 {property_name, exported_property->GetValue()}}; in HandlePropertyUpdated()
Dexported_property_set.h116 ExportedPropertyBase* exported_property);
150 const ExportedPropertyBase* exported_property);