Searched refs:VerifyUpdateCtx (Results 1 – 1 of 1) sorted by relevance
46 struct VerifyUpdateCtx { struct101 static void FreeVerifyUpdateCtx(napi_env env, VerifyUpdateCtx *ctx) in FreeVerifyUpdateCtx()185 static bool BuildVerifyJsUpdateCtx(napi_env env, napi_callback_info info, VerifyUpdateCtx *ctx) in BuildVerifyJsUpdateCtx()315 static void ReturnUpdateCallbackResult(napi_env env, VerifyUpdateCtx *ctx, napi_value result) in ReturnUpdateCallbackResult()333 static void ReturnUpdatePromiseResult(napi_env env, VerifyUpdateCtx *ctx, napi_value result) in ReturnUpdatePromiseResult()396 VerifyUpdateCtx *ctx = static_cast<VerifyUpdateCtx *>(data); in VerifyJsUpdateAsyncWorkProcess()407 VerifyUpdateCtx *ctx = static_cast<VerifyUpdateCtx *>(data); in VerifyJsUpdateAsyncWorkReturn()472 static napi_value NewVerifyJsUpdateAsyncWork(napi_env env, VerifyUpdateCtx *ctx) in NewVerifyJsUpdateAsyncWork()560 VerifyUpdateCtx *ctx = static_cast<VerifyUpdateCtx *>(HcfMalloc(sizeof(VerifyUpdateCtx), 0)); in JsUpdate()