Home
last modified time | relevance | path

Searched refs:CreateWeakRef (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h127 WeakRefCounter *CreateWeakRef(void *cookie);
467 refs_ = other->CreateWeakRef(other); in wptr()
487 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
505 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
516 newWeakRef = other->CreateWeakRef(other);
535 newWeakRef = object->CreateWeakRef(object);
567 newWeakRef = other->CreateWeakRef(other.GetRefPtr());
599 newWeakRef = other->CreateWeakRef(other->GetRefPtr());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h489 WeakRefCounter *CreateWeakRef(void *cookie);
1314 refs_ = other->CreateWeakRef(other); in wptr()
1336 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1358 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1370 newWeakRef = other->CreateWeakRef(other);
1391 newWeakRef = object->CreateWeakRef(object);
1425 newWeakRef = other->CreateWeakRef(other.GetRefPtr());
1461 newWeakRef = other->CreateWeakRef(other.GetRefPtr());
H A Drefbase.cpp542 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/ohos5.0/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);
1424 newWeakRef = object->CreateWeakRef(object);
1458 newWeakRef = other->CreateWeakRef(other.GetRefPtr());
1494 newWeakRef = other->CreateWeakRef(other.GetRefPtr());
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp343 WeakRefCounter *createwk = refb.CreateWeakRef(cookie);
358 WeakRefCounter *createwk = refb.CreateWeakRef(cookie);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.cpp42 return NativeUtilsBridge::CreateWeakRef(vm, refPtr); in CreateNativeWeakRef()
45 ArkUINativeModuleValue NativeUtilsBridge::CreateWeakRef(EcmaVM* vm, const RefPtr<AceType>& ref) in CreateWeakRef() function in OHOS::Ace::NG::NativeUtilsBridge
H A Darkts_native_utils_bridge.h185 static ArkUINativeModuleValue CreateWeakRef(EcmaVM* vm, const RefPtr<AceType>& ref);
H A Darkts_native_api_impl_bridge.cpp327 auto nativeRef = NativeUtilsBridge::CreateWeakRef(vm, sceneNode); in RequireDynamicSyncScene()
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp160 weakRef = new (addr) WeakReferenceImpl(static_cast<IObject *>(this), CreateWeakRef(addr)); in GetWeakReference()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp350 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp351 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp190 weakRef = g_ref->CreateWeakRef(nullptr); in __anone27d57a10b02()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp576 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1679 WeakRefCounter *newWeakRef = baseObject1->CreateWeakRef(newRefbase); in BENCHMARK_F()