Searched refs:entrys (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_extractor_utils.h | 58 auto &entrys = zipFile_->GetAllEntries(); in GetHapAbcInfo() local 59 for (const auto &entry : entrys) { in GetHapAbcInfo() 92 auto &entrys = zipFile_->GetAllEntries(); in GetHapSourceMapInfo() local 93 for (const auto &entry : entrys) { in GetHapSourceMapInfo()
|
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | x509crl_fuzzer.cpp | 276 CfArray entrys = { 0 }; in TestX509CrlDer() local 277 x509CrlDer->getRevokedCerts(x509CrlDer, &entrys); in TestX509CrlDer() 278 if (entrys.data != nullptr) { in TestX509CrlDer() 279 HcfX509CrlEntry *crlEntry = reinterpret_cast<HcfX509CrlEntry *>(entrys.data[0].data); in TestX509CrlDer()
|
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_crl_openssl.c | 429 HcfX509CrlSpi *self, const STACK_OF(X509_REVOKED) * entrys, int32_t i, CfArray *entrysOut) in DeepCopyRevokedCertificates() 431 X509_REVOKED *rev = sk_X509_REVOKED_value(entrys, i); in DeepCopyRevokedCertificates() 478 STACK_OF(X509_REVOKED) *entrys = X509_CRL_get_REVOKED(crl); in GetRevokedCerts() 479 if (entrys == NULL) { in GetRevokedCerts() 484 int32_t revokedNum = sk_X509_REVOKED_num(entrys); in GetRevokedCerts() 498 if (DeepCopyRevokedCertificates(self, entrys, i, entrysOut) != CF_SUCCESS) { in GetRevokedCerts() 428 DeepCopyRevokedCertificates( HcfX509CrlSpi *self, const STACK_OF(X509_REVOKED) * entrys, int32_t i, CfArray *entrysOut) DeepCopyRevokedCertificates() argument
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 151 FdEntry entrys[fds]; in FillFdsaninfo() local 152 if (DfxMemory::ReadProcMemByPid(nsPid, addr, entrys, sizeof(FdEntry) * fds) != sizeof(FdEntry) * fds) { in FillFdsaninfo() 157 if (entrys[i].close_tag) { in FillFdsaninfo() 158 list[i].fdsanOwner = entrys[i].close_tag; in FillFdsaninfo()
|
Completed in 5 milliseconds