Home
last modified time | relevance | path

Searched refs:GetWptrRefCount (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp176 std::cout << "object: " << o <<"strong: " << o->GetSptrRefCount() << ", weak:" << o->GetWptrRefCount() << std::endl; in PrintTrackResults()
236 std::cout << "strong: " << o.second->GetSptrRefCount() << "weak:" << o.second->GetWptrRefCount() << std::endl; in DumpMapObjects()
498 int count = testobject->GetWptrRefCount(); in HWTEST_F()
598 EXPECT_EQ(testObject1->GetWptrRefCount(), 2); in HWTEST_F()
680 int count = testobject->GetWptrRefCount(); in HWTEST_F()
709 ASSERT_EQ(testObject2->GetWptrRefCount(), 2); in HWTEST_F()
832 EXPECT_EQ(baseObject1.GetWptrRefCount(), 0); in HWTEST_F()
840 EXPECT_EQ(baseObject2.GetWptrRefCount(), 0); in HWTEST_F()
882 EXPECT_EQ(testOrigWptrObject->GetWptrRefCount(), 1); in HWTEST_F()
888 EXPECT_EQ(testTargetWptrObject1->GetWptrRefCount(), testOrigWptrObjec in HWTEST_F()
[all...]
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp207 static_cast<void*>(o), o->GetSptrRefCount(), o->GetWptrRefCount()); in PrintTrackResults()
271 o.second->GetSptrRefCount(), o.second->GetWptrRefCount()); in DumpMapObjects()
670 int count = testobject->GetWptrRefCount(); in BENCHMARK_F()
802 AssertEqual(testObject1->GetWptrRefCount(), EXPECTED_REF_COUNT_TWO, in BENCHMARK_F()
803 "testObject1->GetWptrRefCount() did not equal EXPECTED_REF_COUNT_TWO", state); in BENCHMARK_F()
1186 AssertEqual(baseObject1.GetWptrRefCount(), EXPECTED_REF_COUNT_ZERO, in BENCHMARK_F()
1187 "baseObject1.GetWptrRefCount() did not equal EXPECTED_REF_COUNT_ZERO", state); in BENCHMARK_F()
1198 AssertEqual(baseObject2.GetWptrRefCount(), EXPECTED_REF_COUNT_ZERO, in BENCHMARK_F()
1199 "baseObject2.GetWptrRefCount() did not equal EXPECTED_REF_COUNT_ZERO", state); in BENCHMARK_F()
1225 AssertEqual(tarWptr->GetWptrRefCount(), origWpt in CompOrigWptrAndTarWptr001()
[all...]
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp157 FUZZ_LOGI("thread = %{public}u, GetWptrRefCount", GetThreadId());
158 g_ref->GetWptrRefCount();
/commonlibrary/c_utils/base/src/
H A Drefbase.cpp603 int RefBase::GetWptrRefCount() in GetWptrRefCount() function in OHOS::RefBase
/commonlibrary/c_utils/base/include/
H A Drefbase.h499 int GetWptrRefCount();

Completed in 9 milliseconds