Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dconfig.cc141 bool BtifConfigInterface::SetBin(const std::string& section, in SetBin() function in bluetooth::shim::BtifConfigInterface
147 .SetBin(section, property, value_vec); in SetBin()
Dconfig.h51 static bool SetBin(const std::string& section, const std::string& key,
/system/bt/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
Dconfig_cache_helper.h55 …virtual void SetBin(const std::string& section, const std::string& property, const std::vector<uin…
/system/bt/btif/src/
Dbtif_config.cc574 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()