/system/bt/gd/storage/ |
D | config_cache_helper_test.cc | 96 ConfigCacheHelper(config).SetInt("A", "B", 0); in TEST() 104 ConfigCacheHelper(config).SetInt("A", "B", 123); in TEST() 108 ConfigCacheHelper(config).SetInt("A", "B", -123); in TEST() 112 ConfigCacheHelper(config).SetInt("A", "B", 0); in TEST()
|
D | config_cache_helper.cc | 86 void ConfigCacheHelper::SetInt(const std::string& section, const std::string& property, int value) { in SetInt() function in bluetooth::storage::ConfigCacheHelper
|
D | config_cache_helper.h | 53 virtual void SetInt(const std::string& section, const std::string& property, int value);
|
/system/bt/btif/test/ |
D | btif_config_cache_test.cc | 75 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 1); in TEST() 176 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 65536); in TEST() 209 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 65536); in TEST() 263 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 65536); in TEST() 268 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 256); in TEST() 292 test_btif_config_cache.SetInt(kBtAddr1, "Property_Int", 64); in TEST()
|
/system/bt/main/shim/ |
D | config.cc | 56 bool BtifConfigInterface::SetInt(const std::string& section, in SetInt() function in bluetooth::shim::BtifConfigInterface 59 .SetInt(section, property, value); in SetInt()
|
D | config.h | 35 static bool SetInt(const std::string& section, const std::string& key,
|
/system/bt/btif/include/ |
D | btif_config_cache.h | 47 void SetInt(std::string section_name, std::string key, int value);
|
/system/bt/test/mock/ |
D | mock_main_shim_BtifConfigInterface.cc | 34 bool bluetooth::shim::BtifConfigInterface::SetInt(const std::string& section, in SetInt() function in bluetooth::shim::BtifConfigInterface
|
/system/bt/btif/src/ |
D | btif_config.cc | 419 return bluetooth::shim::BtifConfigInterface::SetInt(section, key, value); in btif_config_set_int() 422 btif_config_cache.SetInt(section, key, value); in btif_config_set_int()
|
D | btif_config_cache.cc | 239 void BtifConfigCache::SetInt(std::string section_name, std::string key, in SetInt() function in BtifConfigCache
|