Home
last modified time | relevance | path

Searched refs:SetBin (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc133 bool BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface
138 GetStorage()->SetBin(section, property, value_vec); in SetBin()
Dconfig.h51 static bool SetBin(const std::string& section, const std::string& key,
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper_test.cc126 ConfigCacheHelper(config).SetBin("A", "B", data); in TEST()
131 ConfigCacheHelper(config).SetBin("A", "B", data2); in TEST()
Dconfig_cache_helper.cc105 void ConfigCacheHelper::SetBin( in SetBin() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc369 void StorageModule::SetBin( in SetBin() function in bluetooth::storage::StorageModule
372 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetBin(section, property, value); in SetBin()
Dstorage_module.h172 void SetBin(
Dconfig_cache_helper.h55 …virtual void SetBin(const std::string& section, const std::string& property, const std::vector<uin…
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc74 bool bluetooth::shim::BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc289 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc87 storage_module_->SetBin("Adapter", "LE_LOCAL_KEY_IRK", new_irk); in Init()