Searched refs:config_1 (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/storage/ |
D | config_cache_test.cc | 71 ConfigCache config_1(2, Device::kLinkKeyProperties); in TEST() local 72 config_1.SetProperty("A", "B", "C"); in TEST() 73 config_1.SetProperty("CC:DD:EE:FF:00:10", "Name", "Hello"); in TEST() 74 config_1.SetProperty("CC:DD:EE:FF:00:09", "Name", "Hello 2"); in TEST() 75 config_1.SetProperty("CC:DD:EE:FF:00:11", "LinkKey", "AABBAABBCCDDEE"); in TEST() 81 ASSERT_EQ(config_1, config_2); in TEST() 84 ASSERT_NE(config_1, config_2); in TEST() 85 ASSERT_TRUE(config_1.GetProperty("CC:DD:EE:FF:00:10", "Name")); in TEST() 86 ASSERT_EQ(config_1, config_2); in TEST() 88 config_1.SetProperty("CC:DD:EE:FF:00:12", "LinkKey", "AABBAABBCCDDEE"); in TEST() [all …]
|