/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A D | refbase.h | 127 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 D | refbase.h | 489 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 D | refbase.cpp | 542 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | refbase.h | 468 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 D | mock_refbase_test.cpp | 343 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 D | arkts_native_utils_bridge.cpp | 42 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 D | arkts_native_utils_bridge.h | 185 static ArkUINativeModuleValue CreateWeakRef(EcmaVM* vm, const RefPtr<AceType>& ref);
|
H A D | arkts_native_api_impl_bridge.cpp | 327 auto nativeRef = NativeUtilsBridge::CreateWeakRef(vm, sceneNode); in RequireDynamicSyncScene()
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | base_object.cpp | 160 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 D | refbase.cpp | 350 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
|
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/ |
H A D | refbase.cpp | 351 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
H A D | refbase_fuzzer.cpp | 190 weakRef = g_ref->CreateWeakRef(nullptr); in __anone27d57a10b02()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | refbase.cpp | 576 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() function in OHOS::RefBase
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/ |
H A D | refbase_benchmark_test.cpp | 1679 WeakRefCounter *newWeakRef = baseObject1->CreateWeakRef(newRefbase); in BENCHMARK_F()
|