Home
last modified time | relevance | path

Searched refs:GetJSViewName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.cpp37 ACE_SCOPED_TRACE("CustomNodeBase:Destroy [%s]", GetJSViewName().c_str()); in ~CustomNodeBase()
78 ACE_SCOPED_TRACE("CustomNode:BuildRecycle %s", GetJSViewName().c_str()); in FireRecycleRenderFunc()
H A Dcustom_node.cpp62 …ACE_SCOPED_TRACE("CustomNode:BuildItem [%s][self:%d][parent:%d]", GetJSViewName().c_str(), GetId(), in Render()
H A Dcustom_node_base.h197 std::string& GetJSViewName() in GetJSViewName() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp156 customNode->GetJSViewName().c_str()); in GetCustomNode()
168 customNode->GetJSViewName().c_str()); in GetCustomNode()
184 customNode->GetJSViewName().c_str()); in GetCustomNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h372 const std::string& GetJSViewName() const in GetJSViewName() function
H A Djs_view.cpp712 .jsViewName = GetJSViewName(), in CreateViewNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp444 customNodeName_ = customNode->GetJSViewName(); in SetHostCustomNodeName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp191 customNode->GetJSViewName().c_str(), in AddDirtyCustomNode()
197 customNode->GetJSViewName().c_str(), in AddDirtyCustomNode()
349 ACE_SCOPED_TRACE("CustomNodeUpdate %s", customNode->GetJSViewName().c_str()); in FlushDirtyNodeUpdate()