Home
last modified time | relevance | path

Searched refs:GetFrameNodeByUniqueId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp396 ArkUINodeHandle GetFrameNodeByUniqueId(ArkUI_Int32 uniqueId) in GetFrameNodeByUniqueId() function
610 …GetFrameNodeById, GetFrameNodeByUniqueId, GetFrameNodeByKey, GetAttachedFrameNodeById, GetFirstUIN… in GetFrameNodeModifier()
626 GetFrameNodeById, GetFrameNodeByUniqueId, GetFrameNodeByKey, GetFirstUINode, GetLayoutSize, in GetCJUIFrameNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_bridge.h35 static ArkUINativeModuleValue GetFrameNodeByUniqueId(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_api_impl_bridge.cpp181 ArkUINativeModuleValue ArkUINativeModule::GetFrameNodeByUniqueId(ArkUIRuntimeCallInfo* runtimeCallI… in GetFrameNodeByUniqueId() function in OHOS::Ace::NG::ArkUINativeModule
405 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GetFrameNodeByUniqueId)); in GetArkUINativeModule()