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:IsKeyboardDevice
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
get_device_object.cpp
28
bool
IsKeyboardDevice
(const std::string &deviceName)
in IsKeyboardDevice()
function
62
} else if (
IsKeyboardDevice
(deviceName)) {
in CreateDeviceObject()
/foundation/multimodalinput/input/service/device_manager/include/
H
A
D
input_device_manager.h
73
bool
IsKeyboardDevice
(struct libinput_device* device) const;
106
bool
IsKeyboardDevice
(std::shared_ptr<InputDevice> inputDevice) const;
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H
A
D
inputdevicemanager_fuzzer.cpp
65
INPUT_DEV_MGR->
IsKeyboardDevice
(devicePtr);
in InputDeviceManagerFuzzTest()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H
A
D
key_event_normalize.cpp
130
if (INPUT_DEV_MGR->
IsKeyboardDevice
(device) || INPUT_DEV_MGR->IsPointerDevice(device)) {
in ResetKeyEvent()
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
279
if (!
IsKeyboardDevice
(item->second)) {
in GetKeyboardType()
541
bool InputDeviceManager::
IsKeyboardDevice
(struct libinput_device *device) const
in IsKeyboardDevice()
function in OHOS::MMI::InputDeviceManager
884
bool InputDeviceManager::
IsKeyboardDevice
(std::shared_ptr<InputDevice> inputDevice) const
in IsKeyboardDevice()
function in OHOS::MMI::InputDeviceManager
/foundation/multimodalinput/input/service/message_handle/test/
H
A
D
server_msg_handler_test.cpp
1863
INPUT_DEV_MGR->
IsKeyboardDevice
(nullptr);
in HWTEST_F()
Completed in 6 milliseconds