Home
last modified time | relevance | path

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

/system/core/libutils/
DStrongPointer_test.cpp58 ASSERT_EQ(1, foo->getStrongCount()); in TYPED_TEST()
61 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TYPED_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()
354 ASSERT_TRUE(bar->getStrongCount() >= 1); in TEST()
DRefBase_fuzz.cpp86 [](RefThreadState*) -> void { ref->getStrongCount(); }, in __anondcbc87e00302()
DRefBase.cpp518 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase
/system/core/libutils/include/utils/
DLightRefBase.h53 inline int32_t getStrongCount() const { in getStrongCount() function
DRefBase.h291 int32_t getStrongCount() const;
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2133 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2137 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2142 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2162 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2166 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2174 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2483 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2488 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2491 EXPECT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2496 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
[all …]