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:GetScreenLocked
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
display_event_monitor.h
43
bool
GetScreenLocked
() const
in GetScreenLocked()
function in OHOS::MMI::final
/foundation/multimodalinput/input/service/display_state_manager/include/
H
A
D
display_event_monitor.h
60
bool
GetScreenLocked
() const
in GetScreenLocked()
function in OHOS::MMI::final
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
381
if (DISPLAY_MONITOR->
GetScreenLocked
()) {
in IsWorking()
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
server_msg_handler.cpp
126
bool screenLocked = DISPLAY_MONITOR->
GetScreenLocked
();
in OnInjectKeyEvent()
212
bool screenLocked = DISPLAY_MONITOR->
GetScreenLocked
();
in OnInjectPointerEvent()
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_service.h
249
bool
GetScreenLocked
();
H
A
D
avsession_service.cpp
277
static_cast<int>(GetScreenOn()), static_cast<int>(
GetScreenLocked
()));
in HandleScreenStatusChange()
284
if (GetScreenOn() && !
GetScreenLocked
()) {
in HandleScreenStatusChange()
314
bool AVSessionService::
GetScreenLocked
()
in GetScreenLocked()
function in OHOS::AVSession::AVSessionService
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
978
bool isScreenLocked = DISPLAY_MONITOR->
GetScreenLocked
();
in CheckSpecialRepeatKey()
1908
bool isScreenLocked = DISPLAY_MONITOR->
GetScreenLocked
();
in HandleMatchedSequence()
2486
bool isScreenLocked = DISPLAY_MONITOR->
GetScreenLocked
();
in TouchPadKnuckleDoubleClickProcess()
Completed in 16 milliseconds