Home
last modified time | relevance | path

Searched refs:CreateWeakRef (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Drefbase.h468 WeakRefCounter *CreateWeakRef(void *cookie);
1347 refs_ = other->CreateWeakRef(other); in wptr()
1369 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1391 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1403 newWeakRef = other->CreateWeakRef(other); in operator =()
1424 newWeakRef = object->CreateWeakRef(object); in operator =()
1458 newWeakRef = other->CreateWeakRef(other.GetRefPtr()); in operator =()
1494 newWeakRef = other->CreateWeakRef(other.GetRefPtr()); in operator =()
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp189 FUZZ_LOGI("thread = %{public}u, CreateWeakRef", GetThreadId());
190 weakRef = g_ref->CreateWeakRef(nullptr);
192 // Only CreateWeakRef then release, will not delete RefBase, so g_refModified will not change.
/commonlibrary/c_utils/base/src/
H A Drefbase.cpp576 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1670 * @tc.desc: test CreateWeakRef of Refbase,
1679 WeakRefCounter *newWeakRef = baseObject1->CreateWeakRef(newRefbase); in BENCHMARK_F()

Completed in 6 milliseconds