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:isPointerDevice
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
328
if (it->second.
isPointerDevice
) {
in HasPointerDevice()
415
if ((!item.second.isRemote && item.second.
isPointerDevice
) ||
in OnInputDeviceAdded()
416
(item.second.isRemote && item.second.
isPointerDevice
&& item.second.enable)) {
in OnInputDeviceAdded()
434
if (!hasPointer && info.
isPointerDevice
) {
in OnInputDeviceAdded()
461
info.
isPointerDevice
= IsPointerDevice(inputDevice);
in MakeDeviceInfo()
512
if (it->second.
isPointerDevice
&& it->second.enable) {
in ScanPointerDevice()
716
if (item.second.
isPointerDevice
&& item.second.enable) {
in OnEnableInputDevice()
780
.
isPointerDevice
= device->HasCapability(InputDeviceCapability::INPUT_DEV_CAP_POINTER),
in MakeVirtualDeviceInfo()
/foundation/multimodalinput/input/service/device_manager/test/
H
A
D
input_device_manager_test.cpp
509
deviceInfo.
isPointerDevice
= false;
in HWTEST_F()
532
deviceInfo.
isPointerDevice
= true;
in HWTEST_F()
555
deviceInfo.
isPointerDevice
= true;
in HWTEST_F()
1296
* @tc.desc: Test Cover the if (it->second.
isPointerDevice
&& it->second.enable) branch
1306
inDevice.
isPointerDevice
= false;
in HWTEST_F()
1310
inDevice.
isPointerDevice
= true;
in HWTEST_F()
1328
inDevice.
isPointerDevice
= false;
in HWTEST_F()
1337
* <br> if (item.second.
isPointerDevice
&& item.second.enable) branch
1351
inDevice.
isPointerDevice
= true;
in HWTEST_F()
1375
inDevice.
isPointerDevice
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
dsoftbus_handler.cpp
488
bool
isPointerDevice
{ false };
in DeserializeDevice()
489
packet >>
isPointerDevice
;
in DeserializeDevice()
local
490
if (
isPointerDevice
) {
in DeserializeDevice()
/foundation/multimodalinput/input/service/device_manager/include/
H
A
D
input_device_manager.h
39
bool
isPointerDevice
{ false };
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
event_normalize_handler_ex_test.cpp
185
inDevice.
isPointerDevice
= false;
in HWTEST_F()
Completed in 6 milliseconds