Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_collection.cpp39 thread_local napi_ref NapiCertCRLCollection::classRef_ = nullptr;
53 NapiCertCRLCollection *certCRLColClass = nullptr;
153 NapiCertCRLCollection::NapiCertCRLCollection(HcfCertCrlCollection *collection) in NapiCertCRLCollection() function in OHOS::CertFramework::NapiCertCRLCollection
158 NapiCertCRLCollection::~NapiCertCRLCollection() in ~NapiCertCRLCollection()
201 NapiCertCRLCollection *certCrlCol = context->certCRLColClass; in SelectCertsExecute()
236 NapiCertCRLCollection *certCrlCol = nullptr; in NapiSelectCerts()
328 NapiCertCRLCollection *certCrlCol = nullptr; in NapiSelectCRLs()
341 NapiCertCRLCollection *certCrlCol = context->certCRLColClass; in SelectCRLExecute()
359 NapiCertCRLCollection *certCrlCol = context->certCRLColClass; in SelectCRLComplete()
492 NapiCertCRLCollection *napiObject = new (std::nothrow) NapiCertCRLCollection(collection); in NapiCreateCertCRLCollection()
[all …]
H A Dnapi_certificate_init.cpp291 NapiCertCRLCollection::DefineCertCRLCollectionJSClass(env, exports); in CertModuleExport()
H A Dnapi_x509_cert_chain_validate_params.cpp153 NapiCertCRLCollection *napiCertCrlCollectionObj = nullptr; in GetCertCRLCollectionArray()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_cert_crl_collection.h29 class NapiCertCRLCollection {
31 explicit NapiCertCRLCollection(HcfCertCrlCollection *collection);
32 ~NapiCertCRLCollection();