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:IGNORE_MSG
(Results
1 - 15
of
15
) sorted by relevance
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
H
A
D
iso_server_task.c
58
*status =
IGNORE_MSG
;
in CreateNextTask()
70
*status =
IGNORE_MSG
;
in CreateNextTask()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H
A
D
pake_v1_client_protocol_task.c
46
*status =
IGNORE_MSG
;
in PakeRequest()
156
*status =
IGNORE_MSG
;
in PakeClientConfirm()
199
*status =
IGNORE_MSG
;
in PakeClientVerifyConfirm()
H
A
D
pake_v1_server_protocol_task.c
85
*status =
IGNORE_MSG
;
in PakeResponse()
143
*status =
IGNORE_MSG
;
in PakeServerConfirm()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H
A
D
standard_server_bind_exchange_task.c
38
*status =
IGNORE_MSG
;
in ExchangeStart()
76
*status =
IGNORE_MSG
;
in ExchangeResponse()
H
A
D
standard_client_bind_exchange_task.c
38
*status =
IGNORE_MSG
;
in ExchangeRequest()
87
*status =
IGNORE_MSG
;
in ExchangeConfirm()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H
A
D
iso_client_protocol_task.c
84
*status =
IGNORE_MSG
;
in IsoClientStart()
162
*status =
IGNORE_MSG
;
in CalculateTokenClient()
211
*status =
IGNORE_MSG
;
in GenerateSessionKey()
H
A
D
iso_server_protocol_task.c
79
*status =
IGNORE_MSG
;
in IsoServerStart()
168
*status =
IGNORE_MSG
;
in CalTokenAndGenSessionKey()
/base/security/device_auth/services/frameworks/inc/
H
A
D
common_defs.h
251
IGNORE_MSG
= 1,
enumerator
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H
A
D
iso_auth_client_task.c
138
*status =
IGNORE_MSG
;
in IsoAuthClientBegin()
245
*status =
IGNORE_MSG
;
in IsoAuthClientGetToken()
292
*status =
IGNORE_MSG
;
in IsoAuthClientGetSessionKey()
H
A
D
iso_auth_server_task.c
156
*status =
IGNORE_MSG
;
in IsoAuthServerGetToken()
244
*status =
IGNORE_MSG
;
in IsoAuthServerCalTokenAndSessionKey()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H
A
D
iso_client_bind_exchange_task.c
140
*status =
IGNORE_MSG
;
in Process()
H
A
D
iso_server_bind_exchange_task.c
50
*status =
IGNORE_MSG
;
in Process()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H
A
D
compatible_auth_sub_session_common.c
710
case
IGNORE_MSG
:
in HandleAuthTaskStatus()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H
A
D
compatible_bind_sub_session.c
603
if (*status ==
IGNORE_MSG
) {
in ProcessBindTaskInner()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
deviceauth_interface_test.cpp
1013
int32_t res = HandleAuthTaskStatus(nullptr, nullptr,
IGNORE_MSG
, true);
in HWTEST_F()
Completed in 11 milliseconds