Searched refs:SetBin (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ |
D | config.cc | 133 bool BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface 138 GetStorage()->SetBin(section, property, value_vec); in SetBin()
|
D | config.h | 51 static bool SetBin(const std::string& section, const std::string& key,
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_helper_test.cc | 126 ConfigCacheHelper(config).SetBin("A", "B", data); in TEST() 131 ConfigCacheHelper(config).SetBin("A", "B", data2); in TEST()
|
D | config_cache_helper.cc | 105 void ConfigCacheHelper::SetBin( in SetBin() function in bluetooth::storage::ConfigCacheHelper
|
D | storage_module.cc | 369 void StorageModule::SetBin( in SetBin() function in bluetooth::storage::StorageModule 372 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetBin(section, property, value); in SetBin()
|
D | storage_module.h | 172 void SetBin(
|
D | config_cache_helper.h | 55 …virtual void SetBin(const std::string& section, const std::string& property, const std::vector<uin…
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_BtifConfigInterface.cc | 74 bool bluetooth::shim::BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_config.cc | 289 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 87 storage_module_->SetBin("Adapter", "LE_LOCAL_KEY_IRK", new_irk); in Init()
|