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:failState
(Results
1 - 22
of
22
) sorted by relevance
/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/
H
A
D
base_cmd.h
40
int32_t
failState
;
member
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/protocol_lib/
H
A
D
base_protocol.h
35
int32_t
failState
;
member
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H
A
D
mk_agree.c
179
cmd->curState = cmd->
failState
;
in SwitchState()
212
if ((cmd->curState == cmd->finishState) || (cmd->curState == cmd->
failState
)) {
in ProcessMkAgreeCmd()
280
cmd->base.
failState
= FAIL_STATE;
in InitMkAgreeCmd()
H
A
D
auth_code_import.c
469
self->curState = self->
failState
;
in SwitchState()
503
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessAuthCodeImportCmd()
556
instance->base.
failState
= FAIL_STATE;
in InitAuthCodeImportCmd()
H
A
D
pub_key_exchange.c
634
self->curState = self->
failState
;
in SwitchState()
668
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessPubKeyExchangeCmd()
723
instance->base.
failState
= FAIL_STATE;
in InitPubkeyExchangeCmd()
H
A
D
save_trusted_info.c
738
self->curState = self->
failState
;
in SwitchState()
772
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessSaveTrustedInfoCmd()
839
instance->base.
failState
= FAIL_STATE;
in InitSaveTrustedInfoCmd()
/base/telephony/cellular_data/services/src/apn_manager/
H
A
D
apn_manager.cpp
430
bool
failState
= false;
in GetOverallApnState()
local
440
failState
= true;
in GetOverallApnState()
443
if (
failState
) {
in GetOverallApnState()
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H
A
D
ecspeke_fuzzer.cpp
302
self->curState = self->
failState
;
in ECSpekeTest16()
368
self->curState = self->
failState
;
in ECSpekeTest21()
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/
H
A
D
dlspeke_fuzzer.cpp
296
self->curState = self->
failState
;
in DlSpekeTest15()
362
self->curState = self->
failState
;
in DlSpekeTest20()
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/
H
A
D
iso_fuzzer.cpp
241
self->curState = self->
failState
;
in IsoTest15()
295
self->curState = self->
failState
;
in IsoTest20()
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H
A
D
dl_speke_protocol.c
991
self->curState = self->
failState
;
in DlSpekeProtocolSwitchState()
1009
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in StartDlSpekeProtocol()
1022
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessDlSpekeProtocol()
1118
instance->base.
failState
= FAIL_STATE;
in BuildDlSpekeProtocolObj()
H
A
D
ec_speke_protocol.c
986
self->curState = self->
failState
;
in EcSpekeProtocolSwitchState()
1004
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in StartEcSpekeProtocol()
1017
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessEcSpekeProtocol()
1114
instance->base.
failState
= FAIL_STATE;
in BuildEcSpekeProtocolObj()
H
A
D
iso_protocol.c
730
self->curState = self->
failState
;
in IsoProtocolSwitchState()
748
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in StartIsoProtocol()
761
if ((self->curState == self->finishState) || (self->curState == self->
failState
)) {
in ProcessIsoProtocol()
864
instance->base.
failState
= FAIL_STATE;
in CreateIsoProtocol()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H
A
D
pubkeyexchange_fuzzer.cpp
215
self->curState = self->
failState
;
in PubkeyExchangeTest17()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H
A
D
ec_speke_protocol_test.cpp
403
self->curState = self->
failState
;
in HWTEST_F()
479
self->curState = self->
failState
;
in HWTEST_F()
H
A
D
dl_speke_protocol_test.cpp
395
self->curState = self->
failState
;
in HWTEST_F()
471
self->curState = self->
failState
;
in HWTEST_F()
H
A
D
iso_protocol_test.cpp
342
self->curState = self->
failState
;
in HWTEST_F()
418
self->curState = self->
failState
;
in HWTEST_F()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer/
H
A
D
authcodeimport_fuzzer.cpp
293
self->curState = self->
failState
;
in AuthCodeImportTest115()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H
A
D
savetrustedinfo_fuzzer.cpp
301
self->curState = self->
failState
;
in SaveTrustedInfoTest16()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H
A
D
pub_key_exchange_test.cpp
292
self->curState = self->
failState
;
in HWTEST_F()
H
A
D
auth_code_import_test.cpp
292
self->curState = self->
failState
;
in HWTEST_F()
H
A
D
save_trusted_info_test.cpp
480
self->curState = self->
failState
;
in HWTEST_F()
Completed in 21 milliseconds