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:expectResult
(Results
1 - 22
of
22
) sorted by relevance
/test/xts/acts/security_lite/huks/common/include/
H
A
D
hks_test_common.h
178
int32_t
expectResult
;
member
186
int32_t
expectResult
;
member
200
int32_t
expectResult
;
member
212
int32_t
expectResult
;
member
224
int32_t
expectResult
;
member
236
int32_t
expectResult
;
member
247
int32_t
expectResult
;
member
254
int32_t
expectResult
;
member
262
int32_t
expectResult
;
member
268
int32_t
expectResult
;
member
276
int32_t
expectResult
;
global()
member
286
int32_t
expectResult
;
global()
member
[all...]
/test/xts/acts/security_lite/huks/liteos_a_adapter/
H
A
D
hks_exist_test.cpp
75
HKS_TEST_ASSERT(ret == g_testKeyExistParams[0].
expectResult
);
in HWTEST_F()
85
if (ret != g_testKeyExistParams[0].
expectResult
) {
in HWTEST_F()
88
HKS_TEST_ASSERT(ret == g_testKeyExistParams[0].
expectResult
);
in HWTEST_F()
H
A
D
hks_generate_random_test.cpp
79
if (ret != g_testGenRandomParams[0].
expectResult
) {
in HWTEST_F()
82
HKS_TEST_ASSERT(ret == g_testGenRandomParams[0].
expectResult
);
in HWTEST_F()
H
A
D
hks_agreement_test.cpp
126
ASSERT_TRUE(ret == g_testAgreeParams[0].
expectResult
);
in HWTEST_F()
183
ASSERT_TRUE(ret == g_testAgreeParams[0].
expectResult
);
in HWTEST_F()
186
ASSERT_TRUE(ret == g_testAgreeParams[0].
expectResult
);
in HWTEST_F()
H
A
D
hks_hash_test.cpp
102
if (ret != g_testHashParams[0].
expectResult
) {
in HWTEST_F()
105
HKS_TEST_ASSERT(ret == g_testHashParams[0].
expectResult
);
in HWTEST_F()
H
A
D
hks_generate_key_test.cpp
113
if (ret != g_testGenKeyParams[index].
expectResult
) {
in HWTEST_F()
116
HKS_TEST_ASSERT(ret == g_testGenKeyParams[index].
expectResult
);
in HWTEST_F()
H
A
D
hks_derive_test.cpp
181
if (ret != g_testDeriveParams[index].
expectResult
) {
in BaseTestDerive()
184
HKS_TEST_ASSERT(ret == g_testDeriveParams[index].
expectResult
);
in BaseTestDerive()
H
A
D
hks_mac_test.cpp
165
if (ret != g_testMacParams[index].
expectResult
) {
in BaseTestMac()
168
HKS_TEST_ASSERT(ret == g_testMacParams[index].
expectResult
);
in BaseTestMac()
H
A
D
hks_delete_test.cpp
84
HKS_TEST_ASSERT(ret == g_testKeyExistParams[0].
expectResult
);
in HWTEST_F()
H
A
D
hks_bn_exp_mod_test.cpp
135
HKS_TEST_ASSERT(ret == g_testBnExpModParams[0].
expectResult
);
in HWTEST_F()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H
A
D
hks_exist_test.c
68
TEST_ASSERT_TRUE(ret == g_testKeyExistParams[0].
expectResult
);
in ExecHksExistTest001()
78
if (ret != g_testKeyExistParams[0].
expectResult
) {
in ExecHksExistTest001()
81
TEST_ASSERT_TRUE(ret == g_testKeyExistParams[0].
expectResult
);
in ExecHksExistTest001()
H
A
D
hks_generate_random_test.c
104
if (ret != g_testGenRandomParams[0].
expectResult
) {
in ExecHksGenerateRandomTest001()
107
TEST_ASSERT_TRUE(ret == g_testGenRandomParams[0].
expectResult
);
in ExecHksGenerateRandomTest001()
H
A
D
hks_hash_test.c
137
if (ret != g_testHashParams[index].
expectResult
) {
in ExecHksHashTestCommon()
140
TEST_ASSERT_TRUE(ret == g_testHashParams[index].
expectResult
);
in ExecHksHashTestCommon()
H
A
D
hks_generate_key_test.c
138
if (ret != g_testGenKeyParams[index].
expectResult
) {
in ExecHksGenerateKeyTest001()
141
TEST_ASSERT_TRUE(ret == g_testGenKeyParams[index].
expectResult
);
in ExecHksGenerateKeyTest001()
H
A
D
hks_agreement_test.c
150
HKS_TEST_ASSERT(ret == g_testAgreeParams[0].
expectResult
);
in ExecHksAgreementTest001()
199
HKS_TEST_ASSERT(ret == g_testAgreeParams[0].
expectResult
);
in ExecHksAgreementTest002()
H
A
D
hks_derive_test.c
234
if (ret != g_testDeriveParams[index].
expectResult
) {
in BaseTestDerive()
237
TEST_ASSERT_TRUE(ret == g_testDeriveParams[index].
expectResult
);
in BaseTestDerive()
H
A
D
hks_delete_test.c
73
HKS_TEST_ASSERT(ret == g_testKeyExistParams[0].
expectResult
);
in ExecHksDeleteTest001()
H
A
D
hks_mac_test.c
337
if (ret != g_testMacParams[index].
expectResult
) {
in BaseTestMac()
340
TEST_ASSERT_TRUE(ret == g_testMacParams[index].
expectResult
);
in BaseTestMac()
H
A
D
hks_bn_exp_mod_test.c
162
TEST_ASSERT_TRUE(ret == g_testBnExpModParams[0].
expectResult
);
in LITE_TEST_CASE()
/test/xts/acts/security_lite/huks/common/
H
A
D
hks_test_cipher.c
660
HKS_TEST_ASSERT(ret == g_testCipherParams[index].
expectResult
);
in BaseTestCipher()
669
HKS_TEST_ASSERT(ret == g_testCipherParams[index].
expectResult
);
in BaseTestCipher()
684
return (ret != g_testCipherParams[index].
expectResult
);
in BaseTestCipher()
724
HKS_TEST_ASSERT(ret == g_testEncryptParams[index].
expectResult
);
in BaseTestEncrypt()
736
return (ret != g_testEncryptParams[index].
expectResult
);
in BaseTestEncrypt()
776
HKS_TEST_ASSERT(ret == g_testDecryptParams[index].
expectResult
);
in BaseTestDecrypt()
788
return (ret != g_testDecryptParams[index].
expectResult
);
in BaseTestDecrypt()
/test/xts/acts/ability_lite/ability_posix/src/
H
A
D
AbilityMgrTest.cpp
292
const char *
expectResult
= "#Want;device=0001000;bundle=com.openharmony.testnative;ability=SecondAbility;end";
in HWTEST_F()
local
293
EXPECT_STREQ(uri,
expectResult
);
in HWTEST_F()
313
const char *
expectResult
= "#Want;device=;bundle=;ability=;end";
in HWTEST_F()
local
314
EXPECT_STREQ(uri,
expectResult
);
in HWTEST_F()
H
A
D
AbilityMgrTest2.cpp
290
const char *
expectResult
= "#Want;device=0001000;bundle=com.openharmony.testnative;ability=SecondAbility;end";
in HWTEST_F()
local
291
EXPECT_STREQ(uri,
expectResult
);
in HWTEST_F()
311
const char *
expectResult
= "#Want;device=;bundle=;ability=;end";
in HWTEST_F()
local
312
EXPECT_STREQ(uri,
expectResult
);
in HWTEST_F()
Completed in 11 milliseconds