Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object.cc49 void DBusInterface::RemoveProperty(const std::string& property_name) { in RemoveProperty() function in brillo::dbus_utils::DBusInterface
Ddbus_object.h376 void RemoveProperty(const std::string& property_name);
Dexported_property_set_unittest.cc341 itf1->RemoveProperty(kBoolPropName); in TEST_F()