Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.h33 static JSIValue DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
56 JSI::SetModuleAPI(exports, "dumpDomNode", DfxModule::DumpDomNode); in InitDfxModule()
H A Ddfx_module.cpp153 JSIValue DfxModule::DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() function in OHOS::ACELite::DfxModule
161 char *msg = uIDumpDomTree->DumpDomNode(viewId); in DumpDomTree()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_dump_dom_tree.h111 char* DumpDomNode(const char* id);
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp374 char* UIDumpDomTree::DumpDomNode(const char* id) in DumpDomNode() function in OHOS::UIDumpDomTree
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp125 char* tmpPtr = UIDumpDomTree::GetInstance()->DumpDomNode(id_); in OnClick()