Searched refs:NapiCertCRLCollection (Results 1 – 4 of 4) sorted by relevance
39 thread_local napi_ref NapiCertCRLCollection::classRef_ = nullptr;53 NapiCertCRLCollection *certCRLColClass = nullptr;153 NapiCertCRLCollection::NapiCertCRLCollection(HcfCertCrlCollection *collection) in NapiCertCRLCollection() function in OHOS::CertFramework::NapiCertCRLCollection158 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 …]
291 NapiCertCRLCollection::DefineCertCRLCollectionJSClass(env, exports); in CertModuleExport()
153 NapiCertCRLCollection *napiCertCrlCollectionObj = nullptr; in GetCertCRLCollectionArray()
29 class NapiCertCRLCollection {31 explicit NapiCertCRLCollection(HcfCertCrlCollection *collection);32 ~NapiCertCRLCollection();