Searched refs:otherInterface (Results 1 – 1 of 1) sorted by relevance
2132 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local2133 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()2136 safeUnion.c(otherInterface); in TEST_F()2137 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2142 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2161 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local2162 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()2165 safeUnion.c(otherInterface); in TEST_F()2166 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()2174 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()[all …]