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:TAG_CRYPTO_NAME
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_auth_manager_third.cpp
176
jsonObject[
TAG_CRYPTO_NAME
] = "test";
in HWTEST_F()
194
jsonObject[
TAG_CRYPTO_NAME
] = "test";
in HWTEST_F()
202
authManager_->authResponseState_->context_->cryptoName = jsonObject[
TAG_CRYPTO_NAME
];
in HWTEST_F()
208
jsonObject[
TAG_CRYPTO_NAME
] = "test";
in HWTEST_F()
216
authManager_->authResponseState_->context_->cryptoName = jsonObject[
TAG_CRYPTO_NAME
];
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_message_processor.h
45
constexpr const char*
TAG_CRYPTO_NAME
= "CRYPTONAME";
member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
163
json[
TAG_CRYPTO_NAME
] = cryptoAdapter_->GetName();
in CreateNegotiateMessage()
192
json[
TAG_CRYPTO_NAME
] = cryptoAdapter_->GetName();
in CreateRespNegotiateMessage()
499
if (IsString(json,
TAG_CRYPTO_NAME
)) {
in ParseNegotiateMessage()
500
authResponseContext_->cryptoName = json[
TAG_CRYPTO_NAME
].get<std::string>();
in ParseNegotiateMessage()
H
A
D
dm_auth_manager.cpp
2172
if (IsString(jsonObject,
TAG_CRYPTO_NAME
) && IsString(jsonObject, TAG_CRYPTO_VERSION)) {
in ProcRespNegotiate()
2173
if (jsonObject[
TAG_CRYPTO_NAME
] == authResponseContext_->cryptoName &&
in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
735
jsonObj[
TAG_CRYPTO_NAME
] = "CRYPTONAME";
in HWTEST_F()
736
jsonObj[
TAG_CRYPTO_NAME
] = authResponseContext->cryptoSupport;
in HWTEST_F()
853
jsonObj[
TAG_CRYPTO_NAME
] = "NAMETEST";
in HWTEST_F()
Completed in 9 milliseconds