Home
last modified time | relevance | path

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

/foundation/arkui/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/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dtypes.rs34 pub mod reference; module
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
Djs_ability_delegator_registry.cpp30 static thread_local std::unique_ptr<NativeReference> reference; variable
Djs_ability_delegator.cpp981 std::shared_ptr<NativeReference> reference = nullptr; in ParseMonitorPara() local
1074 std::shared_ptr<NativeReference> reference = nullptr; in CreateAbilityObject() local
1368 std::shared_ptr<NativeReference> reference = nullptr; in AddStageMonitorRecord() local
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
Dconcurrent_map.h29 using reference = typename std::map<_Key, _Tp>::reference; variable
/foundation/communication/dsoftbus/core/connection/wifi_direct/data/
Dinner_link.h77 int32_t reference; member
/foundation/arkui/advanced_ui_component/interface/splitlayout/
Dsplitlayout.js132 breakpoints: { reference: BreakpointsReference.WindowSize }, property
275 breakpoints: { reference: BreakpointsReference.WindowSize }, property
401 breakpoints: { reference: BreakpointsReference.WindowSize }, property
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/foundation/ability/ability_runtime/services/dataobsmgr/include/
Dconcurrent_map.h34 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/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid_row.cpp215 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp1063 void JsRuntime::FreeNativeReference(std::unique_ptr<NativeReference> reference) in FreeNativeReference()
1068 void JsRuntime::FreeNativeReference(std::shared_ptr<NativeReference>&& reference) in FreeNativeReference()
/foundation/arkui/napi/native_engine/
Dnative_api.cpp1227 auto reference = engine->CreateReference(nativeValue, initial_refcount); in napi_create_reference() local
1240 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_delete_reference() local
1262 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_ref() local
1281 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_unref() local
1300 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_get_reference_value() local
2440 … auto reference = engine->CreateReference(nativeValue, 1, callback, native_object, finalize_hint); in napi_add_finalizer() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_hogp.cpp534 std::unique_ptr<Descriptor> reference = nullptr; in GetHidReport() local
/foundation/communication/dsoftbus/core/connection/wifi_direct/
Dwifi_direct_negotiator.c124 int32_t reference = link->getReference(link); in CloseLink() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_creator_napi.cpp179 std::unique_ptr<ImageCreatorNapi> reference = std::make_unique<ImageCreatorNapi>(); in Constructor() local
Dimage_receiver_napi.cpp243 auto reference = std::make_unique<ImageReceiverNapi>(); in Constructor() local
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_object.cpp92 NativeReference** reference, size_t nativeBindingSize) in SetNativePointer()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dability_test.cpp2085 auto reference = ability->ParseValuesBucketReference(results, operation, numRefs); variable