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:g_inputInterfaces
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/hats/hdf/input/hdi_passthrough/
H
A
D
hdf_input_hdi_test.cpp
32
sptr<IInputInterfaces>
g_inputInterfaces
= nullptr;
member
54
g_inputInterfaces
= IInputInterfaces::Get(true);
in SetUpTestCase()
55
if (
g_inputInterfaces
!= nullptr) {
in SetUpTestCase()
56
g_callback = new InputCallbackImpl(
g_inputInterfaces
, nullptr);
in SetUpTestCase()
57
g_hotplugCb = new InputCallbackImpl(
g_inputInterfaces
, g_callback);
in SetUpTestCase()
75
int32_t ret =
g_inputInterfaces
->ScanInputDevice(sta);
in OpenOnlineDev()
85
ret =
g_inputInterfaces
->OpenInputDevice(sta[i].devIndex);
in OpenOnlineDev()
91
ret =
g_inputInterfaces
->RegisterReportCallback(sta[i].devIndex, g_callback);
in OpenOnlineDev()
101
int32_t ret =
g_inputInterfaces
->ScanInputDevice(sta);
in CloseOnlineDev()
111
ret =
g_inputInterfaces
in CloseOnlineDev()
[all...]
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H
A
D
hdf_input_hdi_test.cpp
32
sptr<IInputInterfaces>
g_inputInterfaces
= nullptr;
member
52
g_inputInterfaces
= IInputInterfaces::Get(true);
in SetUpTestCase()
53
if (
g_inputInterfaces
!= nullptr) {
in SetUpTestCase()
54
g_callback = new InputCallbackImpl(
g_inputInterfaces
, nullptr);
in SetUpTestCase()
55
g_hotplugCb = new InputCallbackImpl(
g_inputInterfaces
, g_callback);
in SetUpTestCase()
56
g_inputInterfaces
->ScanInputDevice(g_sta);
in SetUpTestCase()
90
ret |=
g_inputInterfaces
->ScanInputDevice(sta);
in HWTEST_F()
105
ret |=
g_inputInterfaces
->OpenInputDevice(TOUCH_INDEX);
in HWTEST_F()
106
g_inputInterfaces
->CloseInputDevice(TOUCH_INDEX);
in HWTEST_F()
120
ret =
g_inputInterfaces
in HWTEST_F()
[all...]
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H
A
D
hdf_input_benchmark_test.cpp
37
sptr<IInputInterfaces>
g_inputInterfaces
= nullptr;
member
55
g_inputInterfaces
= IInputInterfaces::Get(true);
in SetUp()
56
if (
g_inputInterfaces
!= nullptr) {
in SetUp()
57
g_callback = new InputCallbackImpl(
g_inputInterfaces
, nullptr);
in SetUp()
58
g_hotplugCb = new InputCallbackImpl(
g_inputInterfaces
, g_callback);
in SetUp()
75
if (
g_inputInterfaces
== nullptr) {
in BENCHMARK_F()
76
ASSERT_NE(nullptr,
g_inputInterfaces
);
in BENCHMARK_F()
85
ret =
g_inputInterfaces
->ScanInputDevice(sta);
in BENCHMARK_F()
103
if (
g_inputInterfaces
== nullptr) {
in BENCHMARK_F()
104
ASSERT_NE(nullptr,
g_inputInterfaces
);
in BENCHMARK_F()
[all...]
Completed in 3 milliseconds