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:vMouse_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_event_normalize_test.cpp
41
static GeneralMouse
vMouse_
;
member in OHOS::MMI::MouseEventNormalizeTest
54
GeneralMouse MouseEventNormalizeTest::
vMouse_
;
member in OHOS::MMI::MouseEventNormalizeTest
70
ASSERT_TRUE(
vMouse_
.SetUp());
in SetupMouse()
71
std::cout << "device node name: " <<
vMouse_
.GetDevPath() << std::endl;
in SetupMouse()
72
ASSERT_TRUE(libinput_.AddPath(
vMouse_
.GetDevPath()));
in SetupMouse()
84
libinput_.RemovePath(
vMouse_
.GetDevPath());
in CloseMouse()
85
vMouse_
.Close();
in CloseMouse()
144
vMouse_
.SendEvent(EV_REL, REL_X, 5);
in HWTEST_F()
145
vMouse_
.SendEvent(EV_REL, REL_Y, -10);
in HWTEST_F()
146
vMouse_
in HWTEST_F()
[all...]
H
A
D
mouse_transform_processor_test.cpp
47
static GeneralMouse
vMouse_
;
member in OHOS::MMI::MouseTransformProcessorTest
62
GeneralMouse MouseTransformProcessorTest::
vMouse_
;
member in OHOS::MMI::MouseTransformProcessorTest
79
ASSERT_TRUE(
vMouse_
.SetUp());
in SetupMouse()
80
std::cout << "device node name: " <<
vMouse_
.GetDevPath() << std::endl;
in SetupMouse()
81
ASSERT_TRUE(libinput_.AddPath(
vMouse_
.GetDevPath()));
in SetupMouse()
97
libinput_.RemovePath(
vMouse_
.GetDevPath());
in CloseMouse()
98
vMouse_
.Close();
in CloseMouse()
923
vMouse_
.SendEvent(EV_REL, REL_X, 5);
in HWTEST_F()
924
vMouse_
.SendEvent(EV_REL, REL_Y, -10);
in HWTEST_F()
925
vMouse_
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H
A
D
general_mouse.cpp
24
vMouse_
.Close();
in Close()
30
vMouse_
.SetUp() &&
in SetUp()
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H
A
D
general_mouse.h
35
VirtualMouse
vMouse_
;
member in OHOS::MMI::final
Completed in 4 milliseconds