Home
last modified time | relevance | path

Searched refs:getStrongCount (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/
DStrongPointer_test.cpp40 ASSERT_EQ(0, foo->getStrongCount()); in TEST()
43 ASSERT_EQ(1, foo->getStrongCount()); in TEST()
46 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TEST()
DRefBase_test.cpp89 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()
DRefBase.cpp490 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase
/system/core/libutils/include/utils/
DLightRefBase.h46 inline int32_t getStrongCount() const { in getStrongCount() function
DRefBase.h252 int32_t getStrongCount() const;
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2153 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2157 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2162 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2182 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2186 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2194 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2509 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2514 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2517 EXPECT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2522 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
[all …]