Lines Matching refs:kEmpty

115   EXPECT_CALL(*callbacks, OnGroupAdded(GetTestAddress(1), Uuid::kEmpty, 7));  in TEST_F()
117 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 7); in TEST_F()
125 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 7); in TEST_F()
126 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
133 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
136 DeviceGroups::Get()->GetGroupId(GetTestAddress(2), Uuid::kEmpty)); in TEST_F()
138 DeviceGroups::Get()->GetGroupId(GetTestAddress(3), Uuid::kEmpty)); in TEST_F()
143 EXPECT_CALL(*callbacks, OnGroupAdded(GetTestAddress(2), Uuid::kEmpty, 7)); in TEST_F()
146 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
147 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 7); in TEST_F()
148 DeviceGroups::Get()->AddDevice(GetTestAddress(4), Uuid::kEmpty, 7); in TEST_F()
155 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
156 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 7); in TEST_F()
157 DeviceGroups::Get()->AddDevice(GetTestAddress(4), Uuid::kEmpty, 7); in TEST_F()
167 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 8); in TEST_F()
168 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 9); in TEST_F()
219 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 10); in TEST_F()
220 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 11); in TEST_F()
222 DeviceGroups::Get()->GetGroupId(GetTestAddress(2), Uuid::kEmpty); in TEST_F()
224 DeviceGroups::Get()->GetGroupId(GetTestAddress(3), Uuid::kEmpty); in TEST_F()
239 int gid1 = DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, in TEST_F()
241 int gid2 = DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty); in TEST_F()
242 int gid3 = DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty); in TEST_F()
258 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 7); in TEST_F()
259 DeviceGroups::Get()->AddDevice(GetTestAddress(1), Uuid::kEmpty, 8); in TEST_F()
262 DeviceGroups::Get()->AddDevice(GetTestAddress(2), Uuid::kEmpty, 7); in TEST_F()
263 DeviceGroups::Get()->AddDevice(GetTestAddress(3), Uuid::kEmpty, 7); in TEST_F()