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:g_expectList
(Results
1 - 2
of
2
) sorted by relevance
/base/security/certificate_manager/test/unittest/src/
H
A
D
cm_set_status_test.cpp
30
struct CertStatusExpectResult
g_expectList
[] = {
member
78
struct CmBlob uriBlob = {strlen(
g_expectList
[0].uri) + 1, (uint8_t *)(
g_expectList
[0].uri)};
in HWTEST_F()
80
int32_t ret = CmSetCertStatus(&uriBlob, CM_SYSTEM_TRUSTED_STORE,
g_expectList
[0].inparamStatus);
in HWTEST_F()
95
uint32_t size = sizeof(
g_expectList
) / sizeof(
g_expectList
[0]);
in HWTEST_F()
97
struct CmBlob uriBlob = {strlen(
g_expectList
[i].uri) + 1, (uint8_t *)(
g_expectList
[i].uri)};
in HWTEST_F()
99
int32_t ret = CmSetCertStatus(&uriBlob, CM_SYSTEM_TRUSTED_STORE,
g_expectList
[i].inparamStatus);
in HWTEST_F()
109
int32_t status = (
g_expectList
[
in HWTEST_F()
[all...]
H
A
D
cm_app_cert_test.cpp
44
struct CredentialAbstractResult
g_expectList
[] = {
member
483
uint32_t length = sizeof(
g_expectList
) / sizeof(
g_expectList
[0]);
in HWTEST_F()
485
bool bFind = FindCredentialAbstract(&(
g_expectList
[j].credentialAbstract), &certificateList);
in HWTEST_F()
486
EXPECT_EQ(bFind,
g_expectList
[j].bExpectResult);
in HWTEST_F()
Completed in 3 milliseconds