Searched refs:config_2 (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/storage/ |
D | config_cache_test.cc | 76 ConfigCache config_2(2, Device::kLinkKeyProperties); in TEST() local 77 config_2.SetProperty("A", "B", "C"); in TEST() 78 config_2.SetProperty("CC:DD:EE:FF:00:10", "Name", "Hello"); in TEST() 79 config_2.SetProperty("CC:DD:EE:FF:00:09", "Name", "Hello 2"); in TEST() 80 config_2.SetProperty("CC:DD:EE:FF:00:11", "LinkKey", "AABBAABBCCDDEE"); in TEST() 81 ASSERT_EQ(config_1, config_2); in TEST() 83 ASSERT_TRUE(config_2.GetProperty("CC:DD:EE:FF:00:10", "Name")); in TEST() 84 ASSERT_NE(config_1, config_2); in TEST() 86 ASSERT_EQ(config_1, config_2); in TEST() 89 config_2.RemoveSection("CC:DD:EE:FF:00:11"); in TEST() [all …]
|