Home
last modified time | relevance | path

Searched refs:DumpJsonById (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp343 void UIDumpDomTree::DumpJsonById(UIView* view, const char* id, DumpMode mode) in DumpJsonById() function in OHOS::UIDumpDomTree
366 DumpJsonById(childView, id, mode); in DumpJsonById()
386 DumpJsonById(currView, id, DUMP_NODE); in DumpDomNode()
412 DumpJsonById(currView, id, DUMP_TREE); in DumpDomTree()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_dump_dom_tree.h121 void DumpJsonById(UIView* view, const char* id, DumpMode mode);