Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_grant.cpp37 struct GrantAsyncContextT { struct
48 using GrantAsyncContext = GrantAsyncContextT *;
52 … GrantAsyncContext context = static_cast<GrantAsyncContext>(CmMalloc(sizeof(GrantAsyncContextT))); in InitGrantAsyncContext()
54 (void)memset_s(context, sizeof(GrantAsyncContextT), 0, sizeof(GrantAsyncContextT)); in InitGrantAsyncContext()