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:CONTINUE
(Results
1 - 22
of
22
) sorted by relevance
/base/telephony/core_service/services/sim/src/
H
A
D
tag_service.cpp
22
static const int
CONTINUE
= 0;
member
98
return
CONTINUE
;
in LengthFunc()
/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
87
*status =
CONTINUE
;
in PakeRequest()
187
*status =
CONTINUE
;
in PakeClientConfirm()
H
A
D
pake_v1_server_protocol_task.c
130
*status =
CONTINUE
;
in PakeResponse()
/base/security/device_auth/services/frameworks/inc/
H
A
D
common_defs.h
250
CONTINUE
= 0,
enumerator
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
H
A
D
iso_server_task.c
103
*status =
CONTINUE
;
in Process()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/
H
A
D
pake_v1_server_task.c
72
*status =
CONTINUE
;
in CreateNextTask()
H
A
D
pake_v1_client_task.c
72
*status =
CONTINUE
;
in CreateNextTask()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H
A
D
iso_client_protocol_task.c
103
*status =
CONTINUE
;
in IsoClientStart()
198
*status =
CONTINUE
;
in CalculateTokenClient()
H
A
D
iso_server_protocol_task.c
117
*status =
CONTINUE
;
in IsoServerStart()
/base/update/updater/services/script/script_interpreter/
H
A
D
script_yacc.y
101
BREAK
CONTINUE
RETURN COMMA STRING
371
continue_statement:
CONTINUE
SEMICOLON
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H
A
D
standard_server_bind_exchange_task.c
61
*status =
CONTINUE
;
in ExchangeStart()
H
A
D
standard_client_bind_exchange_task.c
72
*status =
CONTINUE
;
in ExchangeRequest()
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H
A
D
pake_v2_auth_client_task.c
72
*status =
CONTINUE
;
in AsyAuthClientStepOne()
170
*status =
CONTINUE
;
in AsyAuthClientStepTwo()
H
A
D
pake_v2_auth_server_task.c
148
*status =
CONTINUE
;
in AsyAuthServerStepOne()
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H
A
D
iso_auth_client_task.c
162
*status =
CONTINUE
;
in IsoAuthClientBegin()
279
*status =
CONTINUE
;
in IsoAuthClientGetToken()
H
A
D
iso_auth_server_task.c
188
*status =
CONTINUE
;
in IsoAuthServerGetToken()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H
A
D
iso_client_bind_exchange_task.c
237
*status =
CONTINUE
;
in ClientBindExchangeStart()
H
A
D
iso_server_bind_exchange_task.c
257
*status =
CONTINUE
;
in ServerBindExchangeStart()
/base/security/security_guard/services/data_collect/sa/
H
A
D
data_collect_manager_service.cpp
75
constexpr uint32_t
CONTINUE
= 1;
member
271
(void) proxy->ResponseRiskData(devId, dispatch,
CONTINUE
);
in PushDataCollectTask()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H
A
D
compatible_auth_sub_session_common.c
713
case
CONTINUE
:
in HandleAuthTaskStatus()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H
A
D
compatible_bind_sub_session.c
605
} else if (*status ==
CONTINUE
) {
in ProcessBindTaskInner()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
deviceauth_interface_test.cpp
1015
res = HandleAuthTaskStatus(nullptr, nullptr,
CONTINUE
, true);
in HWTEST_F()
Completed in 22 milliseconds