Home
last modified time | relevance | path

Searched refs:GetInspectorValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1648 void UINode::GetInspectorValue() in GetInspectorValue() function in OHOS::Ace::NG::UINode
1651 item->GetInspectorValue(); in GetInspectorValue()
H A Dui_node.h749 virtual void GetInspectorValue();
H A Dframe_node.h1093 void GetInspectorValue() override;
H A Dframe_node.cpp5634 void FrameNode::GetInspectorValue() in GetInspectorValue() function in OHOS::Ace::NG::FrameNode
5648 UINode::GetInspectorValue(); in GetInspectorValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4774 rootNode_->GetInspectorValue(); in GetInspectorTree()