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:HandlePointEvent
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/driver/
H
A
D
pointers_input_device_unittest.cpp
47
EXPECT_EQ(PointersInputDevice::GetInstance().
HandlePointEvent
(ev, type), 0);
in HWTEST_F()
49
EXPECT_EQ(PointersInputDevice::GetInstance().
HandlePointEvent
(ev, type), 0);
in HWTEST_F()
52
EXPECT_EQ(PointersInputDevice::GetInstance().
HandlePointEvent
(ev, type), 0);
in HWTEST_F()
/base/update/updater/services/ui/driver/
H
A
D
pointers_input_device.cpp
29
PointersInputDevice::GetInstance().
HandlePointEvent
(ev, type);
in HandlePointersEvent()
87
int PointersInputDevice::
HandlePointEvent
(const input_event &ev, uint32_t type)
in HandlePointEvent()
function in Updater::PointersInputDevice
H
A
D
pointers_input_device.h
36
int
HandlePointEvent
(const input_event &ev, uint32_t type);
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mgr_service_native_test.cpp
94
g_pmsTest->
HandlePointEvent
(type);
in HWTEST_F()
121
g_pmsTest->
HandlePointEvent
(type);
in HWTEST_F()
123
g_pmsTest->
HandlePointEvent
(type);
in HWTEST_F()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_mgr_service.h
146
void
HandlePointEvent
(int32_t type);
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
569
void PowerMgrService::
HandlePointEvent
(int32_t type)
in HandlePointEvent()
function in OHOS::PowerMgr::PowerMgrService
Completed in 6 milliseconds