Home
last modified time | relevance | path

Searched refs:GetBin (Results 1 – 7 of 7) sorted by relevance

/system/bt/main/shim/
Dconfig.cc116 bool BtifConfigInterface::GetBin(const std::string& section, in GetBin() function in bluetooth::shim::BtifConfigInterface
123 .GetBin(section, property); in GetBin()
135 .GetBin(section, property); in GetBinLength()
Dconfig.h47 static bool GetBin(const std::string& section, const std::string& key,
/system/bt/gd/storage/
Dconfig_cache_helper_test.cc128 ASSERT_THAT(ConfigCacheHelper(config).GetBin("A", "B"), Optional(ContainerEq(data))); in TEST()
133 ASSERT_THAT(ConfigCacheHelper(config).GetBin("A", "B"), Optional(ContainerEq(data2))); in TEST()
Dconfig_cache_helper.h56 …virtual std::optional<std::vector<uint8_t>> GetBin(const std::string& section, const std::string& …
89 return GetBin(section, property); in Get()
Dconfig_cache_helper.cc110 std::optional<std::vector<uint8_t>> ConfigCacheHelper::GetBin( in GetBin() function in bluetooth::storage::ConfigCacheHelper
/system/bt/test/mock/
Dmock_main_shim_BtifConfigInterface.cc64 bool bluetooth::shim::BtifConfigInterface::GetBin(const std::string& section, in GetBin() function in bluetooth::shim::BtifConfigInterface
/system/bt/btif/src/
Dbtif_config.cc513 return bluetooth::shim::BtifConfigInterface::GetBin(section, key, value, in btif_config_get_bin()