Searched defs:DevAttestAsyncContext (Results 1 – 1 of 1) sorted by relevance
25 struct DevAttestAsyncContext { struct26 napi_async_work work;27 napi_ref callbackRef = nullptr; // 用于callback模式28 napi_deferred deferred; // 用于promise模式29 AttestResultInfo value; // 返回值30 int32_t ret = DEVATTEST_ERR_JS_SYSTEM_SERVICE_EXCEPTION;