Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp390 ArkUINodeHandle GetFrameNodeById(ArkUI_Int32 nodeId) in GetFrameNodeById() function
610GetFrameNodeById, 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.h34 static ArkUINativeModuleValue GetFrameNodeById(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_api_impl_bridge.cpp171 ArkUINativeModuleValue ArkUINativeModule::GetFrameNodeById(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetFrameNodeById() function in OHOS::Ace::NG::ArkUINativeModule
403 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GetFrameNodeById)); in GetArkUINativeModule()