Searched refs:DumpDomNode (Results 1 – 5 of 5) sorted by relevance
33 static JSIValue DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);56 JSI::SetModuleAPI(exports, "dumpDomNode", DfxModule::DumpDomNode); in InitDfxModule()
153 JSIValue DfxModule::DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() function in OHOS::ACELite::DfxModule161 char *msg = uIDumpDomTree->DumpDomNode(viewId); in DumpDomTree()
111 char* DumpDomNode(const char* id);
374 char* UIDumpDomTree::DumpDomNode(const char* id) in DumpDomNode() function in OHOS::UIDumpDomTree
125 char* tmpPtr = UIDumpDomTree::GetInstance()->DumpDomNode(id_); in OnClick()