Searched refs:otherInterface (Results 1 – 1 of 1) sorted by relevance
2148 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local2149 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()2152 safeUnion.c(otherInterface); in TEST_F()2153 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2158 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2177 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local2178 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()2181 safeUnion.c(otherInterface); in TEST_F()2182 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2190 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()[all …]