/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.cpp | 246 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 D | refbase.h | 158 int GetStrongRefCount();
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | refbase.cpp | 261 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 D | refbase.cpp | 118 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 D | refbase.cpp | 123 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 D | refbase_benchmark_test.cpp | 1686 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 D | mock_refbase_test.cpp | 156 int getstref = refs.GetStrongRefCount();
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A D | refbase.h | 53 int GetStrongRefCount();
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | refbase.h | 152 int GetStrongRefCount();
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 675 ZLOGD(LABEL, "refcount:%{public}d refs:%{public}u obj:%{public}u", refs->GetStrongRefCount(), in OnReleaseObject()
|