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:ProtocolType
(Results
1 - 6
of
6
) sorted by relevance
/base/security/device_auth/services/protocol/inc/
H
A
D
protocol_common.h
27
}
ProtocolType
;
typedef
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H
A
D
das_version_util.h
77
ProtocolType
GetPrototolType(VersionStruct *curVersion, OperationCode opCode);
78
PakeAlgType GetSupportedPakeAlg(VersionStruct *curVersion,
ProtocolType
protocolType);
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H
A
D
das_version_util.c
26
ProtocolType
type;
263
static
ProtocolType
GetBindPrototolType(VersionStruct *curVersion)
in GetBindPrototolType()
276
static
ProtocolType
GetAuthPrototolType(VersionStruct *curVersion)
in GetAuthPrototolType()
290
ProtocolType
GetPrototolType(VersionStruct *curVersion, OperationCode opCode)
in GetPrototolType()
305
PakeAlgType GetSupportedPakeAlg(VersionStruct *curVersion,
ProtocolType
protocolType)
in GetSupportedPakeAlg()
/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H
A
D
account_version_util.h
48
ProtocolType
protocolType;
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H
A
D
das_task_main.c
31
ProtocolType
type;
42
ProtocolType
g_taskTypeToProtocolType[] = {
192
ProtocolType
protocolType = GetPrototolType(&(task->versionInfo.curVersion), task->versionInfo.opCode);
in NegotiateAndProcessTask()
343
ProtocolType
protocolType = GetPrototolType(&(task->versionInfo.curVersion), task->versionInfo.opCode);
in CreateSingleSubTask()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
deviceauth_interface_test.cpp
1155
ProtocolType
protocolType = GetPrototolType(&version, CODE_NULL);
in HWTEST_F()
Completed in 5 milliseconds