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:inputDevice
(Results
1 - 7
of
7
) sorted by relevance
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
input_device_mgr.cpp
261
auto
inputDevice
= std::make_shared<MMI::InputDevice>();
in Transform()
local
262
inputDevice
->SetId(device->GetId());
in Transform()
263
inputDevice
->SetName(device->GetName());
in Transform()
264
inputDevice
->SetBus(device->GetBus());
in Transform()
265
inputDevice
->SetVersion(device->GetVersion());
in Transform()
266
inputDevice
->SetProduct(device->GetProduct());
in Transform()
267
inputDevice
->SetVendor(device->GetVendor());
in Transform()
268
inputDevice
->SetPhys(device->GetPhys());
in Transform()
269
inputDevice
->SetUniq(device->GetUniq());
in Transform()
271
inputDevice
in Transform()
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
res_config_impl.h
171
* @param
inputDevice
the resConfig input device
173
void SetInputDevice(InputDevice
inputDevice
);
233
bool IsInputDeviceMatch(InputDevice
inputDevice
) const;
H
A
D
hap_parser.h
232
std::string
inputDevice
;
member
244
InputDevice
inputDevice
= INPUTDEVICE_NOT_SET;
member
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_config_impl.cpp
175
void ResConfigImpl::SetInputDevice(InputDevice
inputDevice
)
in SetInputDevice()
argument
177
this->inputDevice_ =
inputDevice
;
in SetInputDevice()
497
bool ResConfigImpl::IsInputDeviceMatch(InputDevice
inputDevice
) const
in IsInputDeviceMatch()
499
if (this->inputDevice_ == INPUTDEVICE_NOT_SET &&
inputDevice
!= INPUTDEVICE_NOT_SET) {
in IsInputDeviceMatch()
503
if (this->inputDevice_ != INPUTDEVICE_NOT_SET &&
inputDevice
!= INPUTDEVICE_NOT_SET) {
in IsInputDeviceMatch()
504
if (this->inputDevice_ !=
inputDevice
) {
in IsInputDeviceMatch()
/base/global/resource_management/interfaces/inner_api/include/
H
A
D
res_config.h
72
virtual void SetInputDevice(InputDevice
inputDevice
) = 0;
/base/global/resource_management/frameworks/resmgr/src/utils/
H
A
D
hap_parser.cpp
676
configKey.
inputDevice
= GetInputDevice(kp->value_);
in CreateResConfigFromKeyParams()
705
resConfig->SetInputDevice(configKey->
inputDevice
);
in BuildResConfig()
760
InputDevice
inputDevice
= INPUTDEVICE_NOT_SET;
in GetInputDevice()
local
762
inputDevice
= INPUTDEVICE_POINTINGDEVICE;
in GetInputDevice()
764
return
inputDevice
;
in GetInputDevice()
801
// mcc-mnc-language_script_region-direction-deviceType-colorMode-
inputDevice
-screenDensity
in ToFolderPath()
825
determiner.
inputDevice
= keyParam->GetStr();
in ToFolderPath()
871
PathAppend(path, determiner->
inputDevice
, connecter2);
in BuildFolderPath()
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_manager_test.cpp
282
std::shared_ptr<MMI::InputDevice>
inputDevice
;
in GetDevice()
local
283
auto callback = [&
inputDevice
](std::shared_ptr<MMI::InputDevice> device) {
in GetDevice()
284
inputDevice
= device;
in GetDevice()
287
if (ret != RET_OK ||
inputDevice
== nullptr) {
in GetDevice()
291
return
inputDevice
;
in GetDevice()
Completed in 9 milliseconds