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:GetInputTypes
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
230
sinkManagerObj_->SetInputTypes(sinkManagerObj_->
GetInputTypes
() | inputTypes);
in OnStartRemoteInput()
232
sinkManagerObj_->
GetInputTypes
());
in OnStartRemoteInput()
237
bool isMouse = (sinkManagerObj_->
GetInputTypes
() & static_cast<uint32_t>(DInputDeviceType::MOUSE)) != 0;
in OnStartRemoteInput()
259
sessionId, inputTypes, sinkManagerObj_->
GetInputTypes
());
in OnStopRemoteInput()
261
sinkManagerObj_->SetInputTypes(sinkManagerObj_->
GetInputTypes
() -
in OnStopRemoteInput()
262
(sinkManagerObj_->
GetInputTypes
() & inputTypes));
in OnStopRemoteInput()
471
sinkManagerObj_->SetInputTypes(sinkManagerObj_->
GetInputTypes
() | inputTypes);
in OnRelayStartTypeRemoteInput()
473
sinkManagerObj_->
GetInputTypes
());
in OnRelayStartTypeRemoteInput()
477
bool isMouse = (sinkManagerObj_->
GetInputTypes
() & static_cast<uint32_t>(DInputDeviceType::MOUSE)) != 0;
in OnRelayStartTypeRemoteInput()
501
toSinkSessionId, inputTypes, sinkManagerObj_->
GetInputTypes
());
in OnRelayStopTypeRemoteInput()
755
uint32_t DistributedInputSinkManager::
GetInputTypes
()
GetInputTypes()
function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager
[all...]
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H
A
D
distributed_input_sinkmanager_test.cpp
123
HWTEST_F(DistributedInputSinkManagerTest,
GetInputTypes
, testing::ext::TestSize.Level0)
in HWTEST_F()
128
uint32_t retType = sinkManager_->
GetInputTypes
();
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H
A
D
distributed_input_sink_manager.h
149
uint32_t
GetInputTypes
();
Completed in 3 milliseconds