Home
last modified time | relevance | path

Searched defs:AsyncParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp38 struct AsyncParams : public MemoryHeap { struct
40 AsyncParams() : result(nullptr), callback(nullptr), context(nullptr) {} in AsyncParams() argument
42 JSIValue result;
43 JSIValue callback;
44 JSIValue context;
H A Dsample_module.cpp64 struct AsyncParams : public MemoryHeap { struct
65 AsyncParams() : result(nullptr), callback(nullptr), context(nullptr) {} in AsyncParams() argument
67 JSIValue result;
68 JSIValue callback;
69 JSIValue context;