Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/
Devent_dump.h31 struct FrameNodeSnapshot { struct
34 int32_t nodeId = -1;
35 int32_t parentNodeId = -1;
36 std::string tag;
60 std::list<FrameNodeSnapshot> hitTestTree; argument