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:InputType
(Results
1 - 25
of
29
) sorted by relevance
1
2
/test/ostest/wukong/report/include/
H
A
D
input_info.h
43
void SetInputType(
InputType
inputType);
63
InputType
inputType_;
H
A
D
input_msg_object.h
96
InputType
inputType_ = INPUTTYPE_INVALIDINPUT;
/test/ostest/wukong/input_factory/include/
H
A
D
input_action.h
30
enum
InputType
{
enum
93
virtual
InputType
GetInputInfo()
in GetInputInfo()
H
A
D
input_factory.h
26
* @brief Create the InputAction by
InputType
35
static std::shared_ptr<InputAction> GetInputAction(
InputType
type);
H
A
D
mouse_input.h
34
InputType
GetInputInfo();
H
A
D
keyboard_input.h
34
InputType
GetInputInfo();
H
A
D
element_input.h
31
InputType
GetInputInfo();
H
A
D
rotate_input.h
38
InputType
GetInputInfo();
H
A
D
touch_input.h
36
InputType
GetInputInfo();
H
A
D
swap_input.h
38
InputType
GetInputInfo();
H
A
D
hardkey_input.h
42
InputType
GetInputInfo();
H
A
D
appswitch_input.h
61
InputType
GetInputInfo();
H
A
D
component_input.h
36
InputType
GetInputInfo();
/test/ostest/wukong/test_flow/src/
H
A
D
focus_test_flow.cpp
99
const map<int,
InputType
> OPTION_INPUT_PERCENT = {
226
InputType
inputType = INPUTTYPE_INVALIDINPUT;
in SetInputPercent()
383
InputType
eventTypeId = (
InputType
)(eventList_.at(eventindex));
in RunStep()
399
ErrCode FocusTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction,
InputType
&eventTypeId)
in ProtectRightAbility()
H
A
D
random_test_flow.cpp
100
const map<int,
InputType
> OPTION_INPUT_PERCENT = {
237
InputType
inputType = INPUTTYPE_INVALIDINPUT;
in SetInputPercent()
424
InputType
eventTypeId = (
InputType
)(eventList_.at(eventindex));
in RunStep()
439
ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction,
InputType
&eventTypeId)
in ProtectRightAbility()
H
A
D
special_test_flow.cpp
180
InputType
inputTypeId = DistrbuteInputType();
in RunStep()
244
InputType
SpecialTestFlow::DistrbuteInputType()
in DistrbuteInputType()
246
InputType
iputType = INPUTTYPE_INVALIDINPUT;
in DistrbuteInputType()
/test/ostest/wukong/input_factory/src/
H
A
D
element_input.cpp
33
InputType
ElementInput::GetInputInfo()
in GetInputInfo()
H
A
D
hardkey_input.cpp
60
InputType
HardkeyInput::GetInputInfo()
in GetInputInfo()
H
A
D
keyboard_input.cpp
60
InputType
KeyboardInput::GetInputInfo()
in GetInputInfo()
H
A
D
input_factory.cpp
30
std::shared_ptr<InputAction> InputFactory::GetInputAction(
InputType
type)
in GetInputAction()
H
A
D
swap_input.cpp
82
InputType
SwapInput::GetInputInfo()
in GetInputInfo()
H
A
D
touch_input.cpp
81
InputType
TouchInput::GetInputInfo()
in GetInputInfo()
/test/ostest/wukong/test_flow/include/
H
A
D
special_test_flow.h
81
* @return the type of input,refer to [
InputType
] .
83
InputType
DistrbuteInputType();
H
A
D
random_test_flow.h
112
ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction,
InputType
&eventTypeId);
H
A
D
focus_test_flow.h
112
ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction,
InputType
&eventTypeId);
Completed in 8 milliseconds
1
2