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
defs:foregroundPids
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_gesture_manager_ex_test.cpp
188
std::set<int32_t>
foregroundPids
= { 100, 200 };
in HWTEST_F()
local
H
A
D
key_gesture_manager_test.cpp
118
std::set<int32_t>
foregroundPids
= myKeyGesture->GetForegroundPids();
in HWTEST_F()
local
567
std::set<int32_t>
foregroundPids
= myKeyGesture->GetForegroundPids();
in HWTEST_F()
local
691
std::set<int32_t>
foregroundPids
= myKeyGesture->GetForegroundPids();
in HWTEST_F()
local
H
A
D
key_subscriber_handler_test.cpp
462
std::set<int32_t>
foregroundPids
= {1, 2, 3};
in HWTEST_F()
local
1431
std::set<int32_t>
foregroundPids
;
in HWTEST_F()
local
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
164
std::set<int32_t>
foregroundPids
= GetForegroundPids();
in TriggerHandlers()
local
188
std::set<int32_t>
foregroundPids
= GetForegroundPids();
in NotifyHandlers()
local
263
std::set<int32_t>
foregroundPids
= GetForegroundPids();
RunPendingHandlers()
local
[all...]
H
A
D
key_shortcut_manager.cpp
569
std::set<int32_t>
foregroundPids
;
in GetForegroundPids()
local
596
std::set<int32_t>
foregroundPids
= GetForegroundPids();
in HandleKeyDown()
local
623
std::set<int32_t>
foregroundPids
= GetForegroundPids();
in HandleKeyUp()
local
719
std::set<int32_t>
foregroundPids
= GetForegroundPids();
RunShortcut()
local
[all...]
H
A
D
key_subscriber_handler.cpp
687
IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t>
foregroundPids
)
IsMatchForegroundPid()
argument
Completed in 10 milliseconds