Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 7 of 7) sorted by relevance

/foundation/ace/napi/reference_manager/
Dnative_reference_manager.cpp19 NativeReference* reference = nullptr; member
34 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler()
42 void NativeReferenceManager::ReleaseHandler(NativeReference* reference) in ReleaseHandler()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/common/
Dconcurrent_map.h29 using reference = typename std::map<_Key, _Tp>::reference; variable
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
Dnet.h44 FILLP_INT reference; member
/foundation/multimedia/image_standard/frameworks/kits/js/common/
Dimage_napi.cpp154 std::unique_ptr<ImageNapi> reference = std::make_unique<ImageNapi>(); in Constructor() local
Dimage_receiver_napi.cpp178 std::unique_ptr<ImageReceiverNapi> reference = std::make_unique<ImageReceiverNapi>(); in Constructor() local
/foundation/ace/napi/native_engine/
Dnative_api.cpp1111 auto reference = engine->CreateReference(nativeValue, initial_refcount); in napi_create_reference() local
1124 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_delete_reference() local
1143 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_ref() local
1160 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_unref() local
1176 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_get_reference_value() local
2324 … auto reference = engine->CreateReference(nativeValue, 1, callback, native_object, finalize_hint); in napi_add_finalizer() local
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/app/ability_delegator/
Djs_ability_delegator.cpp553 std::shared_ptr<NativeReference> reference = nullptr; in ParseMonitorPara() local