Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.h26 class DfxModule final : public MemoryHeap {
28 ACE_DISALLOW_COPY_AND_MOVE(DfxModule);
41 DfxModule() {} in DfxModule() function
42 ~DfxModule() {} in ~DfxModule()
53 JSI::SetModuleAPI(exports, "screenshotToFile", DfxModule::Screenshot); in InitDfxModule()
55 JSI::SetModuleAPI(exports, "injectEvent", DfxModule::InjectEvent); in InitDfxModule()
56 JSI::SetModuleAPI(exports, "dumpDomNode", DfxModule::DumpDomNode); in InitDfxModule()
57 JSI::SetModuleAPI(exports, "dumpDomTree", DfxModule::DumpDomTree); in InitDfxModule()
58 JSI::SetOnDestroy(exports, DfxModule::OnDestroy); in InitDfxModule()
H A Ddfx_module.cpp35 const char * const DfxModule::DOM_TREE_PATH = "dump_dom_tree.json";
37 const char * const DfxModule::SCREEN_SNAP_PATH = "screensnap.bin";
39 bool DfxModule::PreCheck(uint8_t argsNum) in PreCheck()
48 char *DfxModule::GetDomViewId(const JSIValue *args) in GetDomViewId()
56 bool DfxModule::IsEventInjectorRegistered(EventDataType type) in IsEventInjectorRegistered()
83 JSIValue DfxModule::Screenshot(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Screenshot()
118 JSIValue DfxModule::DumpDomTree(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree()
153 JSIValue DfxModule::DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree()
172 JSIValue DfxModule::InjectPointEvent(const JSIValue *args, EventDataType type) in DumpDomTree()
223 JSIValue DfxModule::InjectEvent(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree()
[all …]