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_TOKEN
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
58
jsonObj[
TAG_TOKEN
] = authRequestContext_->token;
in GetJsonObj()
152
json[
TAG_TOKEN
] = authResponseContext_->token;
in CreateResponseAuthMessageExt()
229
json[
TAG_TOKEN
] = authResponseContext_->token;
in CreateResponseAuthMessage()
315
if (IsString(json,
TAG_TOKEN
)) {
in ParseAuthResponseMessageExt()
316
authResponseContext_->token = json[
TAG_TOKEN
].get<std::string>();
in ParseAuthResponseMessageExt()
341
if (IsString(json,
TAG_TOKEN
)) {
in GetAuthReqMessage()
342
authResponseContext_->token = json[
TAG_TOKEN
].get<std::string>();
in GetAuthReqMessage()
422
if (IsString(json,
TAG_TOKEN
)) {
in ParseAuthResponseMessage()
423
authResponseContext_->token = json[
TAG_TOKEN
].get<std::string>();
in ParseAuthResponseMessage()
H
A
D
dm_auth_manager.cpp
1399
jsonObj[
TAG_TOKEN
] = authResponseContext_->token;
in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
204
jsona[
TAG_TOKEN
] = authMessageProcessor->authResponseContext_->token;
in HWTEST_F()
329
jsona[
TAG_TOKEN
] = authResponseContext->token;
in HWTEST_F()
417
jsona[
TAG_TOKEN
] = 1513;
in HWTEST_F()
438
jsona[
TAG_TOKEN
] = "1513";
in HWTEST_F()
464
jsona[
TAG_TOKEN
] = "1513";
in HWTEST_F()
490
jsona[
TAG_TOKEN
] = "1513";
in HWTEST_F()
516
jsona[
TAG_TOKEN
] = "1513";
in HWTEST_F()
542
jsona[
TAG_TOKEN
] = "1513";
in HWTEST_F()
605
jsonThumbnail[
TAG_TOKEN
] = "1234";
in HWTEST_F()
651
jsonThumbnail[
TAG_TOKEN
]
in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_message_processor.h
44
constexpr const char*
TAG_TOKEN
= "TOKEN";
member
Completed in 8 milliseconds