Home
last modified time | relevance | path

Searched refs:SetString (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/test/
Dbtif_config_cache_test.cc63 test_btif_config_cache.SetString(kBtInfo, "FileSource", ""); in TEST()
64 test_btif_config_cache.SetString(kBtInfo, "TimeCreated", in TEST()
67 test_btif_config_cache.SetString(kBtMetrics, "Salt256Bit", in TEST()
70 test_btif_config_cache.SetString(kBtAdapter, "Address", kBtLocalAddr); in TEST()
74 test_btif_config_cache.SetString(kBtAddr1, "Name", "Headset_1"); in TEST()
81 test_btif_config_cache.SetString(kBtAddr2, "Name", "Headset_2"); in TEST()
85 test_btif_config_cache.SetString(kBtAddr3, "Name", "Headset_3"); in TEST()
89 test_btif_config_cache.SetString(kBtAddr4, "Name", "Headset_4"); in TEST()
107 test_btif_config_cache.SetString(kBtAddrInvalid1, "Name", "Headset_1"); in TEST()
111 test_btif_config_cache.SetString(kBtAddrInvalid1, "LinkKey", in TEST()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config_cache.cc172 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString() function in BtifConfigCache
246 SetString(std::move(section_name), std::move(key), std::to_string(value)); in SetInt()
272 SetString(std::move(section_name), std::move(key), std::to_string(value)); in SetUint64()
293 SetString(std::move(section_name), std::move(key), value ? "true" : "false"); in SetBool()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_config_cache.h44 void SetString(std::string section_name, std::string key, std::string value);