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_APP_OPERATION
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H
A
D
dm_ability_manager.cpp
50
if (IsString(jsonObject,
TAG_APP_OPERATION
)) {
in StartAbility()
51
appOperationStr = jsonObject[
TAG_APP_OPERATION
].get<std::string>();
in StartAbility()
H
A
D
dm_dialog_manager.cpp
88
if (IsString(jsonObject,
TAG_APP_OPERATION
)) {
in ShowConfirmDialog()
89
appOperationStr = jsonObject[
TAG_APP_OPERATION
].get<std::string>();
in ShowConfirmDialog()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_message_processor.h
31
constexpr const char*
TAG_APP_OPERATION
= "APPOPERATION";
member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
69
jsonObj[
TAG_APP_OPERATION
] = authRequestContext_->appOperation;
in GetJsonObj()
353
if (IsString(json,
TAG_APP_OPERATION
)) {
in GetAuthReqMessage()
354
authResponseContext_->appOperation = json[
TAG_APP_OPERATION
].get<std::string>();
in GetAuthReqMessage()
H
A
D
dm_auth_manager.cpp
1402
jsonObj[
TAG_APP_OPERATION
] = authResponseContext_->appOperation;
in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
607
jsonThumbnail[
TAG_APP_OPERATION
] = "123456";
in HWTEST_F()
653
jsonThumbnail[
TAG_APP_OPERATION
] = "123456";
in HWTEST_F()
680
jsonThumbnail[
TAG_APP_OPERATION
] = "123456";
in HWTEST_F()
1554
jsonObj[
TAG_APP_OPERATION
] = "1231";
in HWTEST_F()
1577
jsonObj[
TAG_APP_OPERATION
] = 1231;
in HWTEST_F()
Completed in 9 milliseconds