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:last_state
(Results
1 - 6
of
6
) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H
A
D
key_agreement.h
46
enum protocol_state
last_state
;
member
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H
A
D
key_agreement.c
33
handle->
last_state
= PROTOCOL_INIT;
in init_protocol()
54
handle->
last_state
= ori_state;
in set_state()
/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H
A
D
distribution.h
38
enum hichain_state
last_state
;
member
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H
A
D
distribution.c
203
(hichain->
last_state
!= INIT_STATE) && (hichain->
last_state
!= KEY_AGREEMENT_STATE)) {
in check_hichain_state_is_success()
208
(hichain->
last_state
!= KEY_AGREEMENT_STATE) && (hichain->
last_state
!= OPERATION_STATE)) {
in check_hichain_state_is_success()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H
A
D
hichain_receivedata_test.cpp
551
hcServer->
last_state
= KEY_AGREEMENT_STATE;
in HWTEST_F()
556
hcServer->pake_client->client_info.protocol_base_info.
last_state
= PROTOCOL_INIT;
in HWTEST_F()
585
hcServer->
last_state
= OPERATION_STATE;
in HWTEST_F()
590
hcServer->pake_client->client_info.protocol_base_info.
last_state
= START_REQUEST;
in HWTEST_F()
685
hcServer->sts_client->client_info.protocol_base_info.
last_state
= PROTOCOL_INIT;
in HWTEST_F()
/base/security/device_auth/frameworks/deviceauth_lite/source/
H
A
D
hichain.c
102
hichain->
last_state
= INIT_STATE;
in get_instance()
454
hichain->
last_state
= hichain->state;
in set_result_by_map()
461
hichain->
last_state
= hichain->state;
in set_result_by_map()
512
hichain->
last_state
= hichain->state;
in set_result()
Completed in 5 milliseconds