Home
last modified time | relevance | path

Searched refs:GetStrongRefCount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp246 int curCount = GetStrongRefCount(); in DecStrongRefCount()
258 int RefCounter::GetStrongRefCount() in GetStrongRefCount() function in OHOS::RefCounter
285 if (IsLifeTimeExtended() && GetStrongRefCount() == 0) { in DecWeakRefCount()
291 if (GetStrongRefCount() == INITIAL_PRIMARY_VALUE) { in DecWeakRefCount()
336 int curCount = GetStrongRefCount(); in AttemptIncStrongRef()
386 int curCount = GetStrongRefCount(); in AttemptIncStrong()
484 refs_->GetStrongRefCount() == INITIAL_PRIMARY_VALUE) { in ~RefBase()
539 return refs_->GetStrongRefCount(); in GetSptrRefCount()
H A Drefbase.h158 int GetStrongRefCount();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp261 int curCount = GetStrongRefCount(); in DecStrongRefCount()
274 int RefCounter::GetStrongRefCount() in GetStrongRefCount() function in OHOS::RefCounter
303 if (GetStrongRefCount() == INITIAL_PRIMARY_VALUE) { in DecWeakRefCount()
354 int curCount = GetStrongRefCount(); in AttemptIncStrongRef()
404 int curCount = GetStrongRefCount(); in AttemptIncStrong()
502 refs_->GetStrongRefCount() == INITIAL_PRIMARY_VALUE) { in ~RefBase()
573 return refs_->GetStrongRefCount(); in GetSptrRefCount()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp118 int curCount = GetStrongRefCount(); in DecStrongRefCount()
129 int RefCounter::GetStrongRefCount() in GetStrongRefCount() function in OHOS::RefCounter
146 int strongRefCount = GetStrongRefCount(); in DecWeakRefCount()
187 int curCount = GetStrongRefCount(); in AttemptIncStrongRef()
347 return refs_->GetStrongRefCount(); in GetSptrRefCount()
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp123 int curCount = GetStrongRefCount(); in DecStrongRefCount()
134 int RefCounter::GetStrongRefCount() in GetStrongRefCount() function in OHOS::RefCounter
150 int strongRefCount = GetStrongRefCount(); in DecWeakRefCount()
191 int curCount = GetStrongRefCount(); in AttemptIncStrongRef()
345 return refs_->GetStrongRefCount(); in GetSptrRefCount()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1686 AssertEqual(baseObject1->GetRefCounter()->GetStrongRefCount(), EXPECTED_REF_COUNT_ONE, in BENCHMARK_F()
1758 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_TWO, in BENCHMARK_F()
1761 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_ONE, in BENCHMARK_F()
1766 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_ZERO, in BENCHMARK_F()
1830 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_ONE, in BENCHMARK_F()
1835 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_ZERO, in BENCHMARK_F()
1840 AssertEqual(refs->GetStrongRefCount(), EXPECTED_REF_COUNT_TWO, in BENCHMARK_F()
1860 AssertEqual(refs->GetStrongRefCount(), INITIAL_PRIMARY_VALUE + incrementByOne, in BENCHMARK_F()
1865 AssertEqual(refs->GetStrongRefCount(), INITIAL_PRIMARY_VALUE + incrementByOne, in BENCHMARK_F()
1870 AssertEqual(refs->GetStrongRefCount(), INITIAL_PRIMARY_VALUE + incrementByThree, in BENCHMARK_F()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp156 int getstref = refs.GetStrongRefCount();
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h53 int GetStrongRefCount();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h152 int GetStrongRefCount();
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp675 ZLOGD(LABEL, "refcount:%{public}d refs:%{public}u obj:%{public}u", refs->GetStrongRefCount(), in OnReleaseObject()