Searched refs:UninstallAllAppCertAsyncContext (Results 1 – 1 of 1) sorted by relevance
39 using UninstallAllAppCertAsyncContext = UninstallAllAppCertAsyncContextT *; typedef41 static UninstallAllAppCertAsyncContext CreateUinstallAllAppCertAsyncContext() in CreateUinstallAllAppCertAsyncContext()43 UninstallAllAppCertAsyncContext context = in CreateUinstallAllAppCertAsyncContext()44 … static_cast<UninstallAllAppCertAsyncContext>(CmMalloc(sizeof(UninstallAllAppCertAsyncContextT))); in CreateUinstallAllAppCertAsyncContext()52 static void DeleteUninstallAllAppCertAsyncContext(napi_env env, UninstallAllAppCertAsyncContext &co… in DeleteUninstallAllAppCertAsyncContext()65 napi_env env, napi_callback_info info, UninstallAllAppCertAsyncContext context) in UninstallAllAppCertParseParams()91 static napi_value UninstallAllAppCertAsyncWork(napi_env env, UninstallAllAppCertAsyncContext asyncC… in UninstallAllAppCertAsyncWork()104 … UninstallAllAppCertAsyncContext context = static_cast<UninstallAllAppCertAsyncContext>(data); in UninstallAllAppCertAsyncWork()108 … UninstallAllAppCertAsyncContext context = static_cast<UninstallAllAppCertAsyncContext>(data); in UninstallAllAppCertAsyncWork()140 UninstallAllAppCertAsyncContext context = CreateUinstallAllAppCertAsyncContext(); in CMNapiUninstallAllAppCert()