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_REQUEST_ID
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
154
json[
TAG_REQUEST_ID
] = authResponseContext_->requestId;
in CreateResponseAuthMessageExt()
244
json[
TAG_REQUEST_ID
] = authResponseContext_->requestId;
in CreateResponseAuthMessage()
321
if (IsInt64(json,
TAG_REQUEST_ID
)) {
in ParseAuthResponseMessageExt()
322
authResponseContext_->requestId = json[
TAG_REQUEST_ID
].get<int64_t>();
in ParseAuthResponseMessageExt()
426
if (!IsInt64(json,
TAG_REQUEST_ID
) || !IsString(json, TAG_GROUP_ID) ||
in ParseAuthResponseMessage()
431
authResponseContext_->requestId = json[
TAG_REQUEST_ID
].get<int64_t>();
in ParseAuthResponseMessage()
H
A
D
dm_auth_manager.cpp
1142
jsonObject[
TAG_REQUEST_ID
] = authResponseContext_->requestId;
in AddMember()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
209
jsona[
TAG_REQUEST_ID
] = authMessageProcessor->authResponseContext_->requestId;
in HWTEST_F()
334
jsona[
TAG_REQUEST_ID
] = authResponseContext->requestId;
in HWTEST_F()
439
jsona[
TAG_REQUEST_ID
] = 1513;
in HWTEST_F()
465
jsona[
TAG_REQUEST_ID
] = "1513";
in HWTEST_F()
491
jsona[
TAG_REQUEST_ID
] = "1513";
in HWTEST_F()
517
jsona[
TAG_REQUEST_ID
] = "1513";
in HWTEST_F()
543
jsona[
TAG_REQUEST_ID
] = "1513";
in HWTEST_F()
580
jsonThumbnail[
TAG_REQUEST_ID
] = authResponseContext->requestId;
in HWTEST_F()
1518
jsonObj[
TAG_REQUEST_ID
] = 1212;
in HWTEST_F()
1535
jsonObj[
TAG_REQUEST_ID
]
in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_anonymous.cpp
276
bool ret = IsInt64(jsonObj,
TAG_REQUEST_ID
);
in HWTEST_F()
294
bool ret = IsInt64(jsonObj,
TAG_REQUEST_ID
);
in HWTEST_F()
/foundation/distributedhardware/device_manager/common/include/
H
A
D
dm_constants.h
123
constexpr const char*
TAG_REQUEST_ID
= "REQUESTID";
member
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
328
!IsString(jsonObject, TAG_GROUP_ID) || !IsInt64(jsonObject,
TAG_REQUEST_ID
) ||
in AddMember()
348
int64_t requestId = jsonObject[
TAG_REQUEST_ID
].get<int64_t>();
in AddMember()
Completed in 14 milliseconds