| /foundation/arkui/napi/reference_manager/ |
| D | native_reference_manager.cpp | 28 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler() 37 void NativeReferenceManager::ReleaseHandler(NativeReference* reference) in ReleaseHandler()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | iterator.h | 50 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
|
| D | array_view.h | 38 using reference = value_type&; in BASE_BEGIN_NAMESPACE() local
|
| D | unordered_map.h | 58 using reference = typename base_container::const_reference; variable 121 using reference = typename base_container::reference; variable 222 using reference = value_type&; variable
|
| D | vector.h | 68 using reference = const E&; variable 141 using reference = value_type&; variable
|
| D | string_view.h | 40 using reference = value_type&; variable
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
| D | array_view.h | 34 using reference = T&; member 72 using reference = value_type&; variable
|
| /foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
| D | js_ability_delegator_registry.cpp | 30 static thread_local std::unique_ptr<NativeReference> reference; variable
|
| D | js_ability_delegator.cpp | 995 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/ |
| D | relational_schema_object.cpp | 190 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/ |
| D | concurrent_map.h | 29 using reference = typename std::map<_Key, _Tp>::reference; variable
|
| /foundation/ability/ability_runtime/services/dataobsmgr/include/ |
| D | concurrent_map.h | 34 using reference = typename std::map<_Key, _Tp>::reference; variable
|
| /foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
| D | splitlayout.js | 136 reference: BreakpointsReference.WindowSize property 218 reference: BreakpointsReference.WindowSize property 297 reference: BreakpointsReference.WindowSize property
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
| D | net.h | 44 FILLP_INT reference; member
|
| /foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
| D | concurrent_map.h | 34 using reference = typename std::map<_Key, _Tp>::reference; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| D | concurrent_map.h | 34 using reference = typename std::map<_Key, _Tp>::reference; variable
|
| /foundation/distributeddatamgr/preferences/frameworks/native/include/ |
| D | concurrent_map.h | 35 using reference = typename std::map<_Key, _Tp>::reference; variable
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | grid_row_modifier.cpp | 112 void SetBreakpoints(ArkUINodeHandle node, int32_t reference, const ArkUI_Float32* pointValues, in SetBreakpoints()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_grid_row.cpp | 219 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_grid_row_bridge.cpp | 109 int32_t reference = 0; in SetBreakpoints() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| D | distributeddb_cloud_interfaces_reference_test.cpp | 459 TableReferenceProperty reference; in NormalSetReferenceTest() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
| D | hid_host_hogp.cpp | 534 std::unique_ptr<Descriptor> reference = nullptr; in GetHidReport() local
|
| /foundation/arkui/napi/native_engine/ |
| D | native_api.cpp | 1817 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/ |
| D | js_runtime.cpp | 1453 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/ |
| D | image_creator_napi.cpp | 185 std::unique_ptr<ImageCreatorNapi> reference = std::make_unique<ImageCreatorNapi>(); in Constructor() local
|