Searched refs:DumpJsonById (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_dump_dom_tree.cpp | 343 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 D | ui_dump_dom_tree.h | 121 void DumpJsonById(UIView* view, const char* id, DumpMode mode);
|