Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
Djs_component_test_utils.h50 struct ComponentTestAsyncCtx { struct
51 napi_env env = nullptr;
52 napi_async_work asyncWork = nullptr;
53 napi_deferred deferred = nullptr;
54 napi_ref callbackRef = nullptr;
55 napi_value asyncResult = nullptr;
56 ErrInfo ret = { ErrCode::RET_OK, "" };
57 ComponentTest::ComponentTestMatcherImpl* matcherImpl = nullptr;
81 ComponentTestAsyncCtx* CreateAsyncContext(napi_env env); argument