Home
last modified time | relevance | path

Searched refs:IncWeakRef (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drefbase.cpp520 IncWeakRef(objectId); in IncStrongRef()
584 void RefBase::IncWeakRef(const void *objectId) in IncWeakRef() function in OHOS::RefBase
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp217 FUZZ_LOGI("thread = %{public}u, IncWeakRef", GetThreadId());
218 g_ref->IncWeakRef(nullptr);
/commonlibrary/c_utils/base/include/
H A Drefbase.h483 void IncWeakRef(const void *objectId);
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp354 remoteObject->IncWeakRef(nullptr); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp534 * @tc.desc: test AttemptAcquire, IncWeakRef, DecWeakRef, IncStrongRef, DecStrongRef of Refbase
545 remoteObject->IncWeakRef(this); in BENCHMARK_F()

Completed in 8 milliseconds