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.cc42 ExportedPropertyBase* exported_property) { in RegisterProperty() argument
45 auto res = prop_map.insert(std::make_pair(property_name, exported_property)); in RegisterProperty()
54 exported_property->SetUpdateCallback(cb); in RegisterProperty()
142 const ExportedPropertyBase* exported_property) { in HandlePropertyUpdated() argument
151 {property_name, exported_property->GetValue()}}; in HandlePropertyUpdated()
Dexported_property_set.h115 ExportedPropertyBase* exported_property);
149 const ExportedPropertyBase* exported_property);