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:GetInput
(Results
1 - 25
of
31
) sorted by relevance
1
2
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_context.h
50
virtual IInputAdapter&
GetInput
() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H
A
D
input_event_interceptor_test.h
51
IInputAdapter&
GetInput
() override;
H
A
D
input_event_builder_test.h
51
IInputAdapter&
GetInput
() override;
H
A
D
cooperate_test.h
54
IInputAdapter&
GetInput
() override;
H
A
D
cooperate_plugin_test.h
55
IInputAdapter&
GetInput
() override;
H
A
D
test_context.h
84
IInputAdapter&
GetInput
() override;
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
68
interceptorId_ = env_->
GetInput
().AddInterceptor(
in Enable()
82
env_->
GetInput
().RemoveInterceptor(interceptorId_);
in Disable()
156
env_->
GetInput
().SimulateInputEvent(keyEvent);
in OnKeyEvent()
H
A
D
input_event_builder.cpp
196
env_->
GetInput
().SimulateInputEvent(pointerEvent_);
in OnPointerEvent()
231
env_->
GetInput
().SimulateInputEvent(keyEvent_);
in OnKeyEvent()
364
env_->
GetInput
().SimulateInputEvent(pointerEvent_);
in ResetPressedEvents()
/base/msdp/device_status/test/unittest/intention/drag/include/
H
A
D
drag_server_test.h
46
IInputAdapter&
GetInput
() override;
/base/msdp/device_status/test/unittest/intention/services/include/
H
A
D
intention_service_test.h
55
IInputAdapter&
GetInput
() override;
H
A
D
device_manager_test.h
70
IInputAdapter&
GetInput
() override;
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H
A
D
timer_manager_test.h
68
IInputAdapter&
GetInput
() override;
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H
A
D
msdpdevicemanager_fuzzer.h
70
IInputAdapter&
GetInput
() override;
H
A
D
msdpdevicemanager_fuzzer.cpp
99
IInputAdapter& ContextService::
GetInput
()
in GetInput()
function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
test_context.cpp
177
IInputAdapter& TestContext::
GetInput
()
in GetInput()
function in OHOS::Msdp::DeviceStatus::TestContext
H
A
D
input_event_interceptor_test.cpp
90
IInputAdapter& ContextService::
GetInput
()
in GetInput()
function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H
A
D
cooperate_test.cpp
102
IInputAdapter& ContextService::
GetInput
()
in GetInput()
function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
input_device_mgr.cpp
290
if (env_->
GetInput
().AddVirtualInputDevice(Transform(device), virtualDeviceId) != RET_OK) {
in AddVirtualInputDevice()
309
if (env_->
GetInput
().RemoveVirtualInputDevice(virtualDeviceId) != RET_OK) {
in RemoveVirtualInputDevice()
H
A
D
cooperate_free.cpp
68
env_->
GetInput
().SetPointerVisibility(visible, PRIORITY);
in SetPointerVisible()
176
parent_.env_->
GetInput
().SetPointerVisibility(hasLocalPointerDevice, PRIORITY);
in OnDisable()
H
A
D
cooperate_context.cpp
370
env_->
GetInput
().SetPointerLocation(cursorPos_.x, cursorPos_.y);
in SetCursorPosition()
377
env_->
GetInput
().SetPointerLocation(cursorPos_.x, cursorPos_.y);
in UpdateCursorPosition()
H
A
D
cooperate_out.cpp
50
env_->
GetInput
().SetPointerVisibility(false);
in OnEnterState()
66
env_->
GetInput
().SetPointerVisibility(visible, PRIORITY);
in SetPointerVisible()
H
A
D
cooperate_in.cpp
50
env_->
GetInput
().SetPointerVisibility(!context.NeedHideCursor());
in OnEnterState()
62
env_->
GetInput
().SetPointerVisibility(false);
in OnLeaveState()
617
env_->
GetInput
().SetPointerVisibility(hasLocalPointerDevice, PRIORITY);
in SetPointerVisible()
H
A
D
state_machine.cpp
629
monitorId_ = env_->
GetInput
().AddMonitor([&context, this] (
in AddMonitor()
673
env_->
GetInput
().RemoveMonitor(monitorId_);
in RemoveMonitor()
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
63
IInputAdapter&
GetInput
() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
device_manager_test.cpp
101
IInputAdapter& ContextService::
GetInput
()
in GetInput()
function in OHOS::Msdp::DeviceStatus::ContextService
Completed in 12 milliseconds
1
2