Searched refs:SetBin (Results 1 – 6 of 6) sorted by relevance
/system/bt/main/shim/ |
D | config.cc | 141 bool BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface 147 .SetBin(section, property, value_vec); in SetBin()
|
D | config.h | 51 static bool SetBin(const std::string& section, const std::string& key,
|
/system/bt/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 | config_cache_helper.h | 55 …virtual void SetBin(const std::string& section, const std::string& property, const std::vector<uin…
|
/system/bt/btif/src/ |
D | btif_config.cc | 574 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
|