Home
last modified time | relevance | path

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

12

/foundation/arkui/napi/reference_manager/
Dnative_reference_manager.cpp30 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler()
39 void NativeReferenceManager::ReleaseHandler(NativeReference* reference) in ReleaseHandler()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Diterator.h50 using reference = typename T::const_reference; variable
150 using reference = typename T::reference; variable
262 using reference = typename Iter::reference; variable
370 using reference = value_type&&; variable
Darray_view.h36 using reference = value_type&; in BASE_BEGIN_NAMESPACE() local
Dunordered_map.h54 using reference = typename base_container::const_reference; variable
117 using reference = typename base_container::reference; variable
218 using reference = value_type&; variable
Dvector.h69 using reference = const E&; variable
142 using reference = value_type&; variable
Dstring_view.h37 using reference = value_type&; variable
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dtypes.rs34 pub mod reference; module
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Darray_view.h34 using reference = T&; member
72 using reference = value_type&; variable
/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.cpp976 std::shared_ptr<NativeReference> reference = nullptr; in ParseMonitorPara() local
1073 std::shared_ptr<NativeReference> reference = nullptr; in CreateAbilityObject() local
1450 std::shared_ptr<NativeReference> reference = nullptr; in AddStageMonitorRecord() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp188 for (const auto &reference : referenceProperty_) { in GetReferencePropertyString() local
197 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString()
248 for (const auto &reference : left) { in PropertyCompare() local
861 for (const JsonObject &reference : references) { in ParseCheckReferenceProperty() local
1052 for (const auto &reference : referenceProperty_) { in GenerateTableInfoReferenced() local
/foundation/communication/dsoftbus/core/connection/wifi_direct/command/
Dwifi_direct_disconnect_command.c70 int32_t reference = link->getReference(link); in CloseLink() 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.h79 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/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
Dsplitlayout.js125 breakpoints: { reference: BreakpointsReference.WindowSize }, property
269 breakpoints: { reference: BreakpointsReference.WindowSize }, property
399 breakpoints: { reference: BreakpointsReference.WindowSize }, property
/foundation/ability/ability_runtime/services/dataobsmgr/include/
Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/foundation/distributeddatamgr/kv_store/frameworks/common/
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.cpp219 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_reference_test.cpp459 TableReferenceProperty reference; in NormalSetReferenceTest() 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/arkui/napi/native_engine/
Dnative_api.cpp1299 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap() local
1345 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap_with_size() local
1544 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_delete_reference() local
1566 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_ref() local
1585 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_unref() local
1604 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_get_reference_value() local
2996 NativeReference* reference = nullptr; in napi_add_finalizer() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp1270 void JsRuntime::FreeNativeReference(std::unique_ptr<NativeReference> reference) in FreeNativeReference()
1275 void JsRuntime::FreeNativeReference(std::shared_ptr<NativeReference>&& reference) in FreeNativeReference()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_creator_napi.cpp184 std::unique_ptr<ImageCreatorNapi> reference = std::make_unique<ImageCreatorNapi>(); in Constructor() local

12