Searched refs:getStrongCount (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/ |
D | StrongPointer_test.cpp | 41 ASSERT_EQ(1, foo->getStrongCount()); in TEST() 44 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TEST()
|
D | RefBase_test.cpp | 89 ASSERT_EQ(INITIAL_STRONG_VALUE, foo->getStrongCount()); in TEST() 93 ASSERT_EQ(1, foo->getStrongCount()); in TEST() 98 ASSERT_EQ(1, foo->getStrongCount()) in TEST() 330 ASSERT_TRUE(bar->getStrongCount() >= 1); in TEST()
|
D | RefBase.cpp | 490 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase
|
/system/core/libutils/include/utils/ |
D | LightRefBase.h | 46 inline int32_t getStrongCount() const { in getStrongCount() function
|
D | RefBase.h | 252 int32_t getStrongCount() const;
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2147 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2151 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2156 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2176 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2180 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2188 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2503 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2508 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2511 EXPECT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2516 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() [all …]
|