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:lstCert
(Results
1 - 2
of
2
) sorted by relevance
/base/security/certificate_manager/test/unittest/src/
H
A
D
cm_get_certlist_test.cpp
70
struct CertList *
lstCert
;
member in __anon2216::CmGetCertListTest
84
InitCertList(&
lstCert
);
in SetUp()
89
FreeCertList(
lstCert
);
in TearDown()
100
int32_t ret = CmGetCertList(CM_SYSTEM_TRUSTED_STORE,
lstCert
);
in HWTEST_F()
129
int32_t ret = CmGetCertList(CM_SYSTEM_TRUSTED_STORE,
lstCert
);
in HWTEST_F()
135
bFind = FindCertAbstract(&(g_listexpectResult[j].certAbstract),
lstCert
);
in HWTEST_F()
137
EXPECT_EQ(bFind, g_listexpectResult[j].bExpectResult) << DumpCertList(
lstCert
);
in HWTEST_F()
149
int32_t ret = CmGetCertList(CM_SYSTEM_TRUSTED_STORE,
lstCert
);
in HWTEST_F()
157
EXPECT_EQ(
lstCert
->certsCount, secondListCert->certsCount) << "firstUserCtx count:" <<
lstCert
in HWTEST_F()
[all...]
H
A
D
cm_get_certinfo_test.cpp
84
struct CertList *
lstCert
;
member in __anon2215::CmGetCertInfoTest
98
InitCertList(&
lstCert
);
in SetUp()
103
FreeCertList(
lstCert
);
in TearDown()
175
int32_t ret = CmGetCertList(CM_SYSTEM_TRUSTED_STORE,
lstCert
);
in HWTEST_F()
179
for (uint32_t i = 0; i <
lstCert
->certsCount; ++i) {
in HWTEST_F()
184
struct CertAbstract *ptr = &(
lstCert
->certAbstract[i]);
in HWTEST_F()
Completed in 1 milliseconds