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:GetAxisType
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
axis_event.h
97
int32_t
GetAxisType
() const;
H
A
D
input_device.h
91
int32_t
GetAxisType
() const;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
axis_event.cpp
51
int32_t AxisEvent::
GetAxisType
() const
in GetAxisType()
function in OHOS::MMI::AxisEvent
H
A
D
input_device.cpp
164
int32_t InputDevice::AxisInfo::
GetAxisType
() const
in GetAxisType()
function in OHOS::MMI::InputDevice::AxisInfo
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H
A
D
js_util.cpp
147
auto iter = axisType.find(item.
GetAxisType
());
in GetDeviceAxisInfo()
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
625
auto iter = axisType.find(axis.
GetAxisType
());
in Dump()
/foundation/multimodalinput/input/service/connect_manager/src/
H
A
D
multimodal_input_connect_stub.cpp
1133
WRITEINT32(reply, item.
GetAxisType
(), IPC_STUB_WRITE_PARCEL_ERR);
in StubGetDevice()
H
A
D
multimodal_input_connect_proxy.cpp
2330
WRITEINT32(data, item.
GetAxisType
(), IPC_STUB_WRITE_PARCEL_ERR);
in AddVirtualInputDevice()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_test.cpp
1151
ASSERT_EQ(iter[0].
GetAxisType
(), 0);
in HWTEST_F()
Completed in 17 milliseconds