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_REPLY
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
151
json[
TAG_REPLY
] = authResponseContext_->reply;
in CreateResponseAuthMessageExt()
168
json[
TAG_REPLY
] = authResponseContext_->reply;
in CreateNegotiateMessage()
197
json[
TAG_REPLY
] = authResponseContext_->reply;
in CreateRespNegotiateMessage()
227
json[
TAG_REPLY
] = authResponseContext_->reply;
in CreateResponseAuthMessage()
255
json[
TAG_REPLY
] = authResponseContext_->reply;
in CreateResponseFinishMessage()
312
if (IsInt32(json,
TAG_REPLY
)) {
in ParseAuthResponseMessageExt()
313
authResponseContext_->reply = json[
TAG_REPLY
].get<int32_t>();
in ParseAuthResponseMessageExt()
328
if (IsInt32(json,
TAG_REPLY
)) {
in ParseResponseFinishMessage()
329
authResponseContext_->reply = json[
TAG_REPLY
].get<int32_t>();
in ParseResponseFinishMessage()
414
if (!IsInt32(json,
TAG_REPLY
)) {
in ParseAuthResponseMessage()
[all...]
H
A
D
dm_auth_manager.cpp
2190
respNegotiateMsg[
TAG_REPLY
] = ERR_DM_VERSION_INCOMPATIBLE;
in ProcIncompatible()
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H
A
D
pin_holder.cpp
43
constexpr const char*
TAG_REPLY
= "REPLY";
member
257
jsonObj[
TAG_REPLY
] = REPLY_FAILED;
in ProcessCreateMsg()
259
jsonObj[
TAG_REPLY
] = REPLY_SUCCESS;
in ProcessCreateMsg()
288
if (!IsInt32(jsonObject,
TAG_REPLY
)) {
in ProcessCreateRespMsg()
293
int32_t reply = jsonObject[
TAG_REPLY
].get<int32_t>();
in ProcessCreateRespMsg()
335
jsonObj[
TAG_REPLY
] = REPLY_FAILED;
in ProcessDestroyMsg()
337
jsonObj[
TAG_REPLY
] = REPLY_SUCCESS;
in ProcessDestroyMsg()
396
if (!IsInt32(jsonObject,
TAG_REPLY
)) {
in ProcessDestroyResMsg()
400
int32_t reply = jsonObject[
TAG_REPLY
].get<int32_t>();
in ProcessDestroyResMsg()
607
jsonObj[
TAG_REPLY
]
in ProcessChangeMsg()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
145
jsonObject[
TAG_REPLY
] = authMessageProcessor->authResponseContext_->reply;
in HWTEST_F()
205
jsona[
TAG_REPLY
] = authMessageProcessor->authResponseContext_->reply;
in HWTEST_F()
234
jsona[
TAG_REPLY
] = authMessageProcessor->authResponseContext_->reply;
in HWTEST_F()
258
jsonObj[
TAG_REPLY
] = authMessageProcessor->authResponseContext_->reply;
in HWTEST_F()
278
jsonObj[
TAG_REPLY
] = 22;
in HWTEST_F()
281
ASSERT_EQ(authMessageProcessor->authResponseContext_->reply, jsonObj[
TAG_REPLY
]);
in HWTEST_F()
304
ASSERT_NE(authMessageProcessor->authResponseContext_->reply, jsonObj[
TAG_REPLY
]);
in HWTEST_F()
330
jsona[
TAG_REPLY
] = authResponseContext->reply;
in HWTEST_F()
356
jsona[
TAG_REPLY
] = "12";
in HWTEST_F()
375
jsona[
TAG_REPLY
]
in HWTEST_F()
[all...]
H
A
D
UTTest_dm_pin_holder.cpp
123
constexpr const char*
TAG_REPLY
= "REPLY";
member
497
jsonObject[
TAG_REPLY
] = DmPinType::NUMBER_PIN_CODE;
in HWTEST_F()
509
jsonObject[
TAG_REPLY
] = DmPinType::SUPER_SONIC;
in HWTEST_F()
521
jsonObject[
TAG_REPLY
] = DmPinType::NUMBER_PIN_CODE;
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_message_processor.h
28
constexpr const char*
TAG_REPLY
= "REPLY";
member
Completed in 10 milliseconds