Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:collection
(Results
1 - 6
of
6
) sorted by relevance
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H
A
D
napi_cert_crl_collection.cpp
153
NapiCertCRLCollection::NapiCertCRLCollection(HcfCertCrlCollection *
collection
)
in NapiCertCRLCollection()
argument
155
certCrlCollection_ =
collection
;
in NapiCertCRLCollection()
202
HcfCertCrlCollection *
collection
= certCrlCol->GetCertCrlCollection();
in SelectCertsExecute()
local
203
CfResult res =
collection
->selectCerts(
collection
, context->certMatchParam, &context->retCerts);
in SelectCertsExecute()
342
HcfCertCrlCollection *
collection
= certCrlCol->GetCertCrlCollection();
in SelectCRLExecute()
local
343
CfResult res =
collection
->selectCRLs(
collection
, context->crlMatchParam, &context->retCrls);
in SelectCRLExecute()
469
HcfCertCrlCollection *
collection
= nullptr;
in ParseCreateCertCRLColJSParams()
local
470
CfResult res = HcfCertCrlCollectionCreate(&certs, &crls, &
collection
);
in ParseCreateCertCRLColJSParams()
485
HcfCertCrlCollection *
collection
= nullptr;
NapiCreateCertCRLCollection()
local
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H
A
D
napi_cert_crl_collection.h
31
explicit NapiCertCRLCollection(HcfCertCrlCollection *
collection
);
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H
A
D
x509_cert_chain_openssl_ex.c
161
HcfCertCrlCollection *
collection
= inParams->validateParameters.certCRLCollections->data[i];
in GetCertChainFromCollection()
local
162
CfResult res =
collection
->selectCerts(
collection
, &(inParams->certMatchParameters), &retCerts);
in GetCertChainFromCollection()
198
LOGE("Error geting certificates from
collection
.");
in GetLeafCertsFromCertStack()
204
LOGE("The num of all certificate from
collection
is 0.");
in GetLeafCertsFromCertStack()
/base/security/certificate_framework/test/unittest/v1.0/src/
H
A
D
crypto_x509_test_common.cpp
425
HcfCertCrlCollection *
collection
= certCRLCollections.data[i];
in FreeCertCrlCollectionArr()
local
426
CfObjDestroy(
collection
);
in FreeCertCrlCollectionArr()
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H
A
D
x509certchain_fuzzer.cpp
587
HcfCertCrlCollection *
collection
= certCRLCollections.data[i];
in FreeCertCrlCollectionArr1()
local
588
CfObjDestroy(
collection
);
in FreeCertCrlCollectionArr1()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_attribute.cpp
317
ipp_t *defaultMediaCol = defaultMediaPtr->values[0].
collection
;
in ParseMediaColDefaultAttributes()
Completed in 6 milliseconds