Home
last modified time | relevance | path

Searched refs:UninstallAllAppCertAsyncContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_uninstall_all_app_cert.cpp39 using UninstallAllAppCertAsyncContext = UninstallAllAppCertAsyncContextT *; typedef
41 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()
104UninstallAllAppCertAsyncContext context = static_cast<UninstallAllAppCertAsyncContext>(data); in UninstallAllAppCertAsyncWork()
108UninstallAllAppCertAsyncContext context = static_cast<UninstallAllAppCertAsyncContext>(data); in UninstallAllAppCertAsyncWork()
140 UninstallAllAppCertAsyncContext context = CreateUinstallAllAppCertAsyncContext(); in CMNapiUninstallAllAppCert()