Home
last modified time | relevance | path

Searched defs:RemoveProperty (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc74 bool bluetooth::shim::BtifConfigInterface::RemoveProperty(const std::string& /* section */, in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc131 bool BtifConfigInterface::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/build/blueprint/bpmodify/
H A Dbpmodify.go199 func (ms *ModuleSet) RemoveProperty(properties ...string) error { func
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc53 void DBusInterface::RemoveProperty(const std::string& property_name) { in RemoveProperty() function in brillo::dbus_utils::DBusInterface
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc249 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::ConfigCache
Dstorage_module.cc273 bool StorageModule::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() function in bluetooth::storage::StorageModule
/aosp_15_r20/build/soong/bpfix/bpfix/
H A Dbpfix.go1111 RemoveProperty(string) bool methodSpec
/aosp_15_r20/build/blueprint/parser/
H A Dast.go517 func (x *Map) RemoveProperty(propertyName string) (removed bool) { func