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:InputHub
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.cpp
48
InputHub
::
InputHub
(bool isPluginMonitor) : epollFd_(-1), iNotifyFd_(-1), inputWd_(-1),
in InputHub()
function in OHOS::DistributedHardware::DistributedInput::InputHub
56
InputHub
::~
InputHub
()
in ~InputHub()
61
int32_t
InputHub
::Initialize()
in Initialize()
70
DHLOGI("Init
InputHub
for device plugin monitor");
in Initialize()
87
DHLOGI("Init
InputHub
for read device events");
in Initialize()
93
int32_t
InputHub
::Release()
in Release()
117
bool
InputHub
::IsInputNodeNoNeedScan(const std::string &path)
in IsInputNodeNoNeedScan()
134
void
InputHub
[all...]
H
A
D
input_hub.h
47
class
InputHub
{
class
78
explicit
InputHub
(bool isPluginMonitor);
79
~
InputHub
();
103
void CheckTargetKeyState(const
InputHub
::Device *dev, const unsigned long *keyState, const unsigned long len);
/foundation/distributedhardware/distributed_input/inputdevicehandler/test/inputhandlertest/
H
A
D
distributed_input_handler_test.cpp
78
dInputHandler.inputHub_ = std::make_unique<
InputHub
>(true);
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H
A
D
distributed_input_collector.h
73
std::unique_ptr<
InputHub
> inputHub_;
/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H
A
D
distributed_input_handler.h
72
std::unique_ptr<
InputHub
> inputHub_;
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/
H
A
D
distributed_input_collector_test.cpp
100
DistributedInputCollector::GetInstance().inputHub_ = std::make_unique<
InputHub
>(false);
in HWTEST_F()
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H
A
D
distributed_input_handler.cpp
47
inputHub_ = std::make_unique<
InputHub
>(true);
in DistributedInputHandler()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H
A
D
distributed_input_collector.cpp
42
inputHub_ = std::make_unique<
InputHub
>(false);
Completed in 5 milliseconds