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