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:GetForegroundPids
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
127
std::set<int32_t> KeyGestureManager::KeyGesture::
GetForegroundPids
() const
in GetForegroundPids()
function in OHOS::MMI::KeyGestureManager::KeyGesture
164
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in TriggerHandlers()
188
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in NotifyHandlers()
263
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in RunPendingHandlers()
H
A
D
key_shortcut_manager.cpp
566
std::set<int32_t> KeyShortcutManager::
GetForegroundPids
() const
in GetForegroundPids()
function in OHOS::MMI::KeyShortcutManager
596
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in HandleKeyDown()
623
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in HandleKeyUp()
719
std::set<int32_t> foregroundPids =
GetForegroundPids
();
in RunShortcut()
H
A
D
key_subscriber_handler.cpp
393
void KeySubscriberHandler::
GetForegroundPids
(std::set<int32_t> &pids)
in GetForegroundPids()
function in OHOS::MMI::KeySubscriberHandler
942
GetForegroundPids
(pids);
in HandleKeyDown()
1004
GetForegroundPids
(pids);
in HandleKeyUp()
1379
GetForegroundPids
(pids);
in RemoveSubscriberTimer()
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_gesture_manager_test.cpp
118
std::set<int32_t> foregroundPids = myKeyGesture->
GetForegroundPids
();
in HWTEST_F()
567
std::set<int32_t> foregroundPids = myKeyGesture->
GetForegroundPids
();
in HWTEST_F()
691
std::set<int32_t> foregroundPids = myKeyGesture->
GetForegroundPids
();
in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_shortcut_manager.h
146
std::set<int32_t>
GetForegroundPids
() const;
H
A
D
key_gesture_manager.h
92
std::set<int32_t>
GetForegroundPids
() const;
H
A
D
key_subscriber_handler.h
128
void
GetForegroundPids
(std::set<int32_t> &pidList);
Completed in 7 milliseconds