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_REQUESTER
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H
A
D
dm_ability_manager.cpp
47
if (IsString(jsonObject,
TAG_REQUESTER
)) {
in StartAbility()
48
deviceName = jsonObject[
TAG_REQUESTER
].get<std::string>();
in StartAbility()
H
A
D
dm_dialog_manager.cpp
85
if (IsString(jsonObject,
TAG_REQUESTER
)) {
in ShowConfirmDialog()
86
deviceName = jsonObject[
TAG_REQUESTER
].get<std::string>();
in ShowConfirmDialog()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_message_processor.h
37
constexpr const char*
TAG_REQUESTER
= "REQUESTER";
member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
52
jsonObj[
TAG_REQUESTER
] = authRequestContext_->localDeviceName;
in GetJsonObj()
359
if (IsString(json,
TAG_REQUESTER
)) {
in GetAuthReqMessage()
360
authResponseContext_->deviceName = json[
TAG_REQUESTER
].get<std::string>();
in GetAuthReqMessage()
H
A
D
dm_auth_manager.cpp
1404
jsonObj[
TAG_REQUESTER
] = authResponseContext_->deviceName;
in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
609
jsonThumbnail[
TAG_REQUESTER
] = "AJ125S25S3E65F1A24T";
in HWTEST_F()
683
jsonThumbnail[
TAG_REQUESTER
] = "iknbghkkj266SSjsjjdan21526";
in HWTEST_F()
1556
jsonObj[
TAG_REQUESTER
] = "1212";
in HWTEST_F()
1579
jsonObj[
TAG_REQUESTER
] = 1212;
in HWTEST_F()
Completed in 9 milliseconds