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:userInputs
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H
A
D
notificationuserinput_fuzzer.cpp
40
std::vector<std::shared_ptr<Notification::NotificationUserInput>>
userInputs
;
in DoSomethingInterestingWithMyAPI()
local
41
userInputs
.emplace_back(input);
in DoSomethingInterestingWithMyAPI()
43
notificationUserInput.AddInputsToWant(
userInputs
, want, additional);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_user_input.h
50
* @param
userInputs
Indicates the list of NotificationUserInput objects for which the input results are provided.
53
* The AAFwk::WantParams key must match the keys contained in the objects specified in
userInputs
.
55
static void AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &
userInputs
,
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_user_input.cpp
36
void NotificationUserInput::AddInputsToWant(const std::vector<std::shared_ptr<NotificationUserInput>> &
userInputs
,
in AddInputsToWant()
argument
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
294
for (auto
userInputs
: actionButton->GetMimeTypeOnlyUserInputs()) {
in CheckCaseThreeResult()
295
EXPECT_EQ("onlyUserInputKey",
userInputs
->GetInputKey());
in CheckCaseThreeResult()
736
std::vector<std::shared_ptr<NotificationUserInput>>
userInputs
;
in HWTEST_F()
local
743
userInput->AddInputsToWant(
userInputs
, g_want, additional);
in HWTEST_F()
Completed in 5 milliseconds