/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A D | refbase.h | 55 int IncWeakRefCount(const void *objectId); 91 void IncWeakRefCount(const void *objectId); 469 refs_->IncWeakRefCount(this); in wptr() 480 refs_->IncWeakRefCount(this); in wptr() 489 refs_->IncWeakRefCount(this); in wptr() 498 refs_->IncWeakRefCount(this); in wptr() 507 refs_->IncWeakRefCount(this); in wptr() 518 newWeakRef->IncWeakRefCount(this); 537 newWeakRef->IncWeakRefCount(this); 552 other.refs_->IncWeakRefCount(this); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.h | 166 int IncWeakRefCount(const void *objectId); 355 void IncWeakRefCount(const void *objectId); 1316 refs_->IncWeakRefCount(this); in wptr() 1328 refs_->IncWeakRefCount(this); in wptr() 1338 refs_->IncWeakRefCount(this); in wptr() 1349 refs_->IncWeakRefCount(this); in wptr() 1360 refs_->IncWeakRefCount(this); in wptr() 1372 newWeakRef->IncWeakRefCount(this); 1393 newWeakRef->IncWeakRefCount(this); 1409 other.refs_->IncWeakRefCount(this); [all …]
|
H A D | refbase.cpp | 52 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount() function in OHOS::WeakRefCounter 55 refCounter_->IncWeakRefCount(objectId); in IncWeakRefCount() 263 int RefCounter::IncWeakRefCount(const void* objectId) in IncWeakRefCount() function in OHOS::RefCounter 337 IncWeakRefCount(objectId); in AttemptIncStrongRef() 385 IncWeakRefCount(objectId); in AttemptIncStrong() 553 refs_->IncWeakRefCount(objectId); in IncWeakRef()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | refbase.h | 160 int IncWeakRefCount(const void *objectId); 331 void IncWeakRefCount(const void *objectId); 1349 refs_->IncWeakRefCount(this); in wptr() 1361 refs_->IncWeakRefCount(this); in wptr() 1371 refs_->IncWeakRefCount(this); in wptr() 1382 refs_->IncWeakRefCount(this); in wptr() 1393 refs_->IncWeakRefCount(this); in wptr() 1405 newWeakRef->IncWeakRefCount(this); 1426 newWeakRef->IncWeakRefCount(this); 1442 other.refs_->IncWeakRefCount(this); [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/ |
H A D | refbase.cpp | 41 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount() function in OHOS::WeakRefCounter 44 refCounter_->IncWeakRefCount(objectId); in IncWeakRefCount() 134 int RefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount() function in OHOS::RefCounter 188 IncWeakRefCount(objectId); in AttemptIncStrongRef() 361 refs_->IncWeakRefCount(objectId); in IncWeakRef()
|
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/ |
H A D | refbase.cpp | 46 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount() function in OHOS::WeakRefCounter 49 refCounter_->IncWeakRefCount(objectId); in IncWeakRefCount() 139 int RefCounter::IncWeakRefCount(const void * /*objectId*/) in IncWeakRefCount() function in OHOS::RefCounter 192 IncWeakRefCount(objectId); in AttemptIncStrongRef() 363 refs_->IncWeakRefCount(objectId); in IncWeakRef()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | refbase.cpp | 52 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount() function in OHOS::WeakRefCounter 55 refCounter_->IncWeakRefCount(objectId); in IncWeakRefCount() 279 int RefCounter::IncWeakRefCount(const void* objectId) in IncWeakRefCount() function in OHOS::RefCounter 355 IncWeakRefCount(objectId); in AttemptIncStrongRef() 403 IncWeakRefCount(objectId); in AttemptIncStrong() 587 refs_->IncWeakRefCount(objectId); in IncWeakRef()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/ |
H A D | README_zh.md | 68 | **size_t** weakRefCount = 0; | WeakRefCounter造成的弱引用计数加减,DecWeakRefCount、IncWeakRefCount…
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/ |
H A D | refbase_benchmark_test.cpp | 1682 newWeakRef->IncWeakRefCount(this); in BENCHMARK_F() 1683 newWeakRef->IncWeakRefCount(this); in BENCHMARK_F() 1735 refs->IncWeakRefCount(this); in BENCHMARK_F() 1782 refs->IncWeakRefCount(this); in BENCHMARK_F() 1783 int count = refs->IncWeakRefCount(this); in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
H A D | refbase_fuzzer.cpp | 199 weakRef->IncWeakRefCount(nullptr); in __anone27d57a10c02()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 652 refs->IncWeakRefCount(this); in OnAcquireObject()
|