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:expandProcessCmds
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_pin.c
30
dlSpekeEntity->
expandProcessCmds
= CMD_IMPORT_AUTH_CODE | CMD_ADD_TRUST_DEVICE;
in SetDlSpekeProtocol()
52
isoEntity->
expandProcessCmds
= CMD_IMPORT_AUTH_CODE | CMD_ADD_TRUST_DEVICE;
in SetIsoProtocol()
100
ecSpekeEntity->
expandProcessCmds
= CMD_EXCHANGE_PK | CMD_ADD_TRUST_DEVICE;
in SetProtocolsForPinType()
127
ecSpekeEntity->
expandProcessCmds
= 0;
in SetProtocolsForDirectAuth()
H
A
D
cert_operation.c
42
entity->
expandProcessCmds
= CMD_ADD_TRUST_DEVICE;
in SetProtocolsForUidType()
425
ecSpekeEntity->
expandProcessCmds
= CMD_ADD_TRUST_DEVICE;
in GetAccountAsymIdentityInfo()
428
ecSpekeEntity->
expandProcessCmds
|= CMD_MK_AGREE;
in GetAccountAsymIdentityInfo()
H
A
D
identity_p2p.c
29
ecSpekeEntity->
expandProcessCmds
= 0;
in SetProtocolsToIdentityInfo()
/base/security/device_auth/services/identity_manager/inc/
H
A
D
identity_defines.h
91
uint32_t
expandProcessCmds
;
member
/base/security/device_auth/services/session_manager/src/session/v2/
H
A
D
dev_session_v2.c
280
impl->protocolEntity.
expandProcessCmds
= 0;
in ResetSessionState()
439
if (((entity->
expandProcessCmds
& CMDS_LIB[i].id) == 0) || (IsCmdIntercepted(impl, CMDS_LIB[i]))) {
in AddTodoCmdsToAbility()
1580
if (!IsCmdSupport(CMDS_LIB[i].id) || ((selfProtocolEntity->
expandProcessCmds
& CMDS_LIB[i].id) == 0)) {
in SelfCmdsNegotiate()
1592
impl->protocolEntity.
expandProcessCmds
|= selfCmds;
in SelfCmdsNegotiate()
1631
impl->protocolEntity.
expandProcessCmds
|= peerCmds;
in PeerCmdsNegotiate()
1664
impl->protocolEntity.
expandProcessCmds
);
in ProtocolEntityNegotiate()
1832
uint32_t cmds = impl->protocolEntity.
expandProcessCmds
;
in AddAllCmds()
1905
if (impl->protocolEntity.
expandProcessCmds
== 0) {
in OnAuthSubSessionFinish()
2055
} else if (impl->protocolEntity.
expandProcessCmds
== 0) {
in ProcAuthEvent()
Completed in 8 milliseconds