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:GeneralDevice
(Results
1 - 18
of
18
) sorted by relevance
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H
A
D
general_device.h
30
class
GeneralDevice
{
class
32
GeneralDevice
() = default;
33
virtual ~
GeneralDevice
() = default;
34
DISALLOW_COPY_AND_MOVE(
GeneralDevice
);
H
A
D
general_joystick.h
25
class GeneralJoystick final : public
GeneralDevice
{
H
A
D
general_keyboard.h
25
class GeneralKeyboard final : public
GeneralDevice
{
H
A
D
general_crown.h
25
class GeneralCrown final : public
GeneralDevice
{
H
A
D
general_mouse.h
25
class GeneralMouse final : public
GeneralDevice
{
H
A
D
general_uwb_remote_control.h
25
class GeneralUwbRemoteControl final : public
GeneralDevice
{
H
A
D
general_touchscreen.h
25
class GeneralTouchscreen final : public
GeneralDevice
{
H
A
D
general_touchpad.h
25
class GeneralTouchpad final : public
GeneralDevice
{
H
A
D
general_stylus.h
25
class GeneralStylus final : public
GeneralDevice
{
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H
A
D
general_device.cpp
29
void
GeneralDevice
::Close()
in Close()
34
void
GeneralDevice
::SendEvent(uint16_t type, uint16_t code, int32_t value)
in SendEvent()
43
std::string
GeneralDevice
::GetDevPath() const
in GetDevPath()
48
bool
GeneralDevice
::OpenDevice(const std::string &name)
in OpenDevice()
55
if (
GeneralDevice
::FindDeviceNode(name, node)) {
in OpenDevice()
68
bool
GeneralDevice
::FindDeviceNode(const std::string &name, std::string &node)
in FindDeviceNode()
86
void
GeneralDevice
::Execute(std::vector<std::string> &results)
in Execute()
102
void
GeneralDevice
::GetInputDeviceNodes(std::map<std::string, std::string> &nodes)
in GetInputDeviceNodes()
H
A
D
general_joystick.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_keyboard.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_crown.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_uwb_remote_control.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_touchscreen.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_touchpad.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_stylus.cpp
23
GeneralDevice
::Close();
in Close()
H
A
D
general_mouse.cpp
23
GeneralDevice
::Close();
in Close()
Completed in 3 milliseconds