Home
last modified time | relevance | path

Searched refs:IncWeakRefCount (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h55 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 Drefbase.h166 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 Drefbase.cpp52 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 Drefbase.h160 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 Drefbase.cpp41 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 Drefbase.cpp46 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 Drefbase.cpp52 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 DREADME_zh.md68 | **size_t** weakRefCount = 0; | WeakRefCounter造成的弱引用计数加减,DecWeakRefCount、IncWeakRefCount
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1682 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 Drefbase_fuzzer.cpp199 weakRef->IncWeakRefCount(nullptr); in __anone27d57a10c02()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp652 refs->IncWeakRefCount(this); in OnAcquireObject()