Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set.h118 void UnregisterProperty(const std::string& interface_name,
Dexported_property_set.cc57 void ExportedPropertySet::UnregisterProperty(const std::string& interface_name, in UnregisterProperty() function in brillo::dbus_utils::ExportedPropertySet
Ddbus_object.cc50 dbus_object_->property_set_.UnregisterProperty(interface_name_, in RemoveProperty()