Searched refs:GetBin (Results 1 – 7 of 7) sorted by relevance
/system/bt/main/shim/ |
D | config.cc | 116 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()
|
D | config.h | 47 static bool GetBin(const std::string& section, const std::string& key,
|
/system/bt/gd/storage/ |
D | config_cache_helper_test.cc | 128 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()
|
D | config_cache_helper.h | 56 …virtual std::optional<std::vector<uint8_t>> GetBin(const std::string& section, const std::string& … 89 return GetBin(section, property); in Get()
|
D | config_cache_helper.cc | 110 std::optional<std::vector<uint8_t>> ConfigCacheHelper::GetBin( in GetBin() function in bluetooth::storage::ConfigCacheHelper
|
/system/bt/test/mock/ |
D | mock_main_shim_BtifConfigInterface.cc | 64 bool bluetooth::shim::BtifConfigInterface::GetBin(const std::string& section, in GetBin() function in bluetooth::shim::BtifConfigInterface
|
/system/bt/btif/src/ |
D | btif_config.cc | 513 return bluetooth::shim::BtifConfigInterface::GetBin(section, key, value, in btif_config_get_bin()
|