Searched defs:RemoveProperty (Results 1 – 8 of 8) sorted by relevance
74 bool bluetooth::shim::BtifConfigInterface::RemoveProperty(const std::string& /* section */, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
131 bool BtifConfigInterface::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
199 func (ms *ModuleSet) RemoveProperty(properties ...string) error { func
53 void DBusInterface::RemoveProperty(const std::string& property_name) { in RemoveProperty() function in brillo::dbus_utils::DBusInterface
249 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::ConfigCache
273 bool StorageModule::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::StorageModule
1111 RemoveProperty(string) bool methodSpec
517 func (x *Map) RemoveProperty(propertyName string) (removed bool) { func