Home
last modified time | relevance | path

Searched defs:onAttach (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_content_modifier.cpp61 auto onAttach = [receiver, userData, content]() { in RegisterEvent() local
Dnode_common_modifier.cpp6364 auto onAttach = [frameNode, nodeId, extraParam]() { in SetOnAttach() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Devent_hub.cpp452 void EventHub::SetOnAttach(std::function<void()>&& onAttach) in SetOnAttach()
465 auto onAttach = onAttach_; in FireOnAttach() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_node_container.cpp248 auto onAttach = [func = std::move(jsAppearFunc), execCtx]() { in SetOnAttachFunc() local
Djs_interactable_view.cpp292 …auto onAttach = [execCtx = info.GetExecutionContext(), func = std::move(jsOnAttachFunc), node = fr… in JsOnAttach() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSpan.ts650 onAttach(event: () => void): this { method in ArkSpanComponent
DArkXComponent.ts289 onAttach(event: () => void): this { method in ArkXComponentComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_frame_node_bridge.cpp1079 …auto onAttach = [vm, func = JsWeak(panda::CopyableGlobal(vm, func)), node = AceType::WeakClaim(fra… in SetOnAttach() local
Darkts_native_common_bridge.cpp6601 …auto onAttach = [vm, func = panda::CopyableGlobal(vm, func), node = AceType::WeakClaim(frameNode),… in SetOnAttach() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract.cpp1181 void ViewAbstract::SetOnAttach(std::function<void()> &&onAttach) in SetOnAttach()
3746 void ViewAbstract::SetOnAttach(FrameNode* frameNode, std::function<void()> &&onAttach) in SetOnAttach()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js3836 onAttach(event) { method in ArkComponent
9834 onAttach(event) { method in ArkSpanComponent
24769 onAttach(event) { method in ArkXComponentComponent