Home
last modified time | relevance | path

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

12

/foundation/arkui/napi/reference_manager/
Dnative_reference_manager.cpp28 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler()
37 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
371 using reference = value_type&&; variable
Darray_view.h38 using reference = value_type&; in BASE_BEGIN_NAMESPACE() local
Dunordered_map.h58 using reference = typename base_container::const_reference; variable
121 using reference = typename base_container::reference; variable
222 using reference = value_type&; variable
Dvector.h68 using reference = const E&; variable
141 using reference = value_type&; variable
Dstring_view.h40 using reference = value_type&; variable
/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.cpp995 std::shared_ptr<NativeReference> reference = nullptr; in ParseMonitorPara() local
1092 std::shared_ptr<NativeReference> reference = nullptr; in CreateAbilityObject() local
1470 std::shared_ptr<NativeReference> reference = nullptr; in AddStageMonitorRecord() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp190 for (const auto &reference : referenceProperty_) { in GetReferencePropertyString() local
199 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString()
250 for (const auto &reference : left) { in PropertyCompare() local
863 for (const JsonObject &reference : references) { in ParseCheckReferenceProperty() local
1054 for (const auto &reference : referenceProperty_) { in GenerateTableInfoReferenced() local
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
Dconcurrent_map.h29 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/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
Dsplitlayout.js136 reference: BreakpointsReference.WindowSize property
218 reference: BreakpointsReference.WindowSize property
297 reference: BreakpointsReference.WindowSize property
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
Dnet.h44 FILLP_INT reference; member
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
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/distributeddatamgr/preferences/frameworks/native/include/
Dconcurrent_map.h35 using reference = typename std::map<_Key, _Tp>::reference; variable
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dgrid_row_modifier.cpp112 void SetBreakpoints(ArkUINodeHandle node, int32_t reference, const ArkUI_Float32* pointValues, in SetBreakpoints()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid_row.cpp219 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_grid_row_bridge.cpp109 int32_t reference = 0; in SetBreakpoints() 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.cpp1817 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap() local
1862 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap_async_finalizer() local
1907 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap_with_size() local
2151 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_delete_reference() local
2173 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_ref() local
2192 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_reference_unref() local
2211 auto reference = reinterpret_cast<NativeReference*>(ref); in napi_get_reference_value() local
3676 NativeReference* reference = nullptr; in napi_add_finalizer() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp1453 void JsRuntime::FreeNativeReference(std::unique_ptr<NativeReference> reference) in FreeNativeReference()
1458 void JsRuntime::FreeNativeReference(std::shared_ptr<NativeReference>&& reference) in FreeNativeReference()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_creator_napi.cpp185 std::unique_ptr<ImageCreatorNapi> reference = std::make_unique<ImageCreatorNapi>(); in Constructor() local

12