Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h477 WeakRefCounter *CreateWeakRef(void *cookie);
1298 refs_ = other->CreateWeakRef(other); in wptr()
1320 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1342 refs_ = other->CreateWeakRef(other.GetRefPtr()); in wptr()
1354 newWeakRef = other->CreateWeakRef(other); in operator =()
1375 newWeakRef = object->CreateWeakRef(object); in operator =()
1409 newWeakRef = other->CreateWeakRef(other.GetRefPtr()); in operator =()
1445 newWeakRef = other->CreateWeakRef(other.GetRefPtr()); in operator =()
H A Drefbase.cpp504 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/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); in operator =()
535 newWeakRef = object->CreateWeakRef(object); in operator =()
567 newWeakRef = other->CreateWeakRef(other.GetRefPtr()); in operator =()
599 newWeakRef = other->CreateWeakRef(other->GetRefPtr()); in operator =()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_refbase_test.cpp335 * @tc.desc: test CreateWeakRef
343 WeakRefCounter *createwk = refb.CreateWeakRef(cookie); in HWTEST_F()
350 * @tc.desc: test CreateWeakRef
358 WeakRefCounter *createwk = refb.CreateWeakRef(cookie); in HWTEST_F()
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase_object.cpp158 weakRef = new (addr) WeakReferenceImpl(static_cast<IObject *>(this), CreateWeakRef(addr)); in GetWeakReference()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.h190 static ArkUINativeModuleValue CreateWeakRef(EcmaVM* vm, const RefPtr<AceType>& ref);
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_api_impl_bridge.cpp327 auto nativeRef = NativeUtilsBridge::CreateWeakRef(vm, sceneNode); in RequireDynamicSyncScene()
/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp348 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
/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

Completed in 17 milliseconds