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:uiExtensionType
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/utils/src/
H
A
D
call_dialog.cpp
102
std::string
uiExtensionType
= "sysDialog/common";
in BuildStartCommand()
local
103
root["ability.want.params.
uiExtensionType
"] =
uiExtensionType
;
in BuildStartCommand()
171
std::string
uiExtensionType
= "sysDialog/common";
in BuildStartPrivpacyModeCommand()
local
172
root["ability.want.params.
uiExtensionType
"] =
uiExtensionType
;
in BuildStartPrivpacyModeCommand()
194
std::string
uiExtensionType
= "sysDialog/common";
in BuildStartAnswerPrivpacyModeCommand()
local
195
root["ability.want.params.
uiExtensionType
"] =
uiExtensionType
;
in BuildStartAnswerPrivpacyModeCommand()
212
std::string
uiExtensionType
in BuildCallingPrivacyModeCommand()
local
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_dialog.cpp
62
std::string
uiExtensionType
= "sysDialog/common";
in StartEnableNotificationDialogAbility()
local
65
root["ability.want.params.
uiExtensionType
"] =
uiExtensionType
;
in StartEnableNotificationDialogAbility()
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_json_test.cpp
216
widgetCmdParameters.
uiExtensionType
= "sysDialog/userAuth";
in HWTEST_F()
248
auto
uiExtensionType
= result["ability.want.params.
uiExtensionType
"];
in HWTEST_F()
local
249
EXPECT_EQ(
uiExtensionType
, "sysDialog/userAuth");
in HWTEST_F()
255
widgetCmdParameters.
uiExtensionType
= "sysDialog/userAuth";
in HWTEST_F()
277
auto
uiExtensionType
= result["ability.want.params.
uiExtensionType
"];
in HWTEST_F()
local
278
EXPECT_EQ(
uiExtensionType
, "sysDialog/userAuth");
in HWTEST_F()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_json.h
95
std::string
uiExtensionType
{""};
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_json.cpp
68
const std::string JSON_UI_EXTENSION_TYPE = "ability.want.params.
uiExtensionType
";
319
jsWidgetCmdParam = nlohmann::json({{JSON_UI_EXTENSION_TYPE, widgetCmdParameters.
uiExtensionType
},
in to_json()
H
A
D
widget_context.cpp
553
widgetCmdParameters.
uiExtensionType
= UI_EXTENSION_TYPE_SET;
in BuildStartCommand()
Completed in 4 milliseconds