Home
last modified time | relevance | path

Searched refs:aCtx (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp282 auto aCtx = new AsyncTransactionCtx(); in TransactAsync() local
283 aCtx->ctx_ = ctx; in TransactAsync()
285 NAPI_CALL(env, napi_create_promise(env, &(aCtx->deferred_), &promise)); in TransactAsync()
286 NAPI_CALL(env, napi_create_reference(env, ctx.jsThis_, refCount, &(aCtx->jsThisRef_))); in TransactAsync()
290 auto aCtx = reinterpret_cast<AsyncTransactionCtx *>(data); in TransactAsync()
292 auto &ctx = aCtx->ctx_; in TransactAsync()
293 g_apiTransactClient.Transact(ctx.callInfo_, aCtx->reply_); in TransactAsync()
296 auto aCtx = reinterpret_cast<AsyncTransactionCtx *>(data); in TransactAsync()
302 napi_get_reference_value(env, aCtx->jsThisRef_, &(aCtx in TransactAsync()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 23 milliseconds