Home
last modified time | relevance | path

Searched refs:DecStrongRefCount (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drefbase.cpp258 int RefCounter::DecStrongRefCount(const void* objectId) in DecStrongRefCount() function in OHOS::RefCounter
539 refs_->DecStrongRefCount(objectId); in CheckIsAttemptAcquireSet()
551 const int curCount = refs->DecStrongRefCount(objectId); in DecStrongRef()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1747 * @tc.desc: Test for IncStrongRefCount, DecStrongRefCount and GetStrongRefCount
1760 refs->DecStrongRefCount(this); in BENCHMARK_F()
1763 strongCnt = refs->DecStrongRefCount(this); in BENCHMARK_F()
1765 "Before DecStrongRefCount, strong count was not EXPECTED_REF_COUNT_ONE", state); in BENCHMARK_F()
1832 refs->DecStrongRefCount(this); in BENCHMARK_F()
1862 refs->DecStrongRefCount(this); in BENCHMARK_F()
/commonlibrary/c_utils/base/include/
H A Drefbase.h144 int DecStrongRefCount(const void *objectId);

Completed in 6 milliseconds