Home
last modified time | relevance | path

Searched defs:reference (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp28 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler() argument
37 void NativeReferenceManager::ReleaseHandler(NativeReference* reference) in ReleaseHandler() argument
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator_registry.cpp30 thread_local std::unique_ptr<NativeReference> reference; member
H A 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/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_row_modifier.cpp107 void SetBreakpoints(ArkUINodeHandle node, int32_t reference, const ArkUI_Float32* pointValues, in SetBreakpoints() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_util_class.h137 BreakPointsReference reference = BreakPointsReference::WindowSize; member in OHOS::Ace::V2::BreakPoints
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp459 TableReferenceProperty reference; NormalSetReferenceTest() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h44 FILLP_INT reference; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_row_bridge.cpp109 int32_t reference = 0; in SetBreakpoints() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_row.cpp211 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp236 auto reference = std::make_unique<SendableImageReceiverNapi>(); in Constructor() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp534 std::unique_ptr<Descriptor> reference = nullptr; in GetHidReport() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp2085 auto reference = ability->ParseValuesBucketReference(results, operation, numRefs); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp185 std::unique_ptr<ImageCreatorNapi> reference = std::make_unique<ImageCreatorNapi>(); in Constructor() local
H A Dimage_receiver_napi.cpp235 auto reference = std::make_unique<ImageReceiverNapi>(); in Constructor() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1364 void JsRuntime::FreeNativeReference(std::unique_ptr<NativeReference> reference) in FreeNativeReference() argument
1369 void JsRuntime::FreeNativeReference(std::shared_ptr<NativeReference>&& reference) in FreeNativeReference() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1856 void RenderCommandList::SetDynamicStateStencilReference(const StencilFaceFlags faceMask, const uint32_t reference) in SetDynamicStateStencilReference() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1631 GetTableReference(const std::string &tableName, std::map<std::string, std::vector<TableReferenceProperty>> &reference) GetTableReference() argument
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1810 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap() local
1855 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap_async_finalizer() local
1900 auto reference = reinterpret_cast<NativeReference**>(result); in napi_wrap_with_size() local
2144 auto reference = reinterpret_cast<NativeReference*>(ref); napi_delete_reference() local
2166 auto reference = reinterpret_cast<NativeReference*>(ref); napi_reference_ref() local
2185 auto reference = reinterpret_cast<NativeReference*>(ref); napi_reference_unref() local
2204 auto reference = reinterpret_cast<NativeReference*>(ref); napi_get_reference_value() local
3678 NativeReference* reference = nullptr; napi_add_finalizer() local
[all...]

Completed in 33 milliseconds