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:OrderInput
(Results
1 - 18
of
18
) sorted by relevance
/test/ostest/wukong/input_factory/include/
H
A
D
record_input.h
28
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
element_input.h
29
ErrCode
OrderInput
(std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
rotate_input.h
30
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
touch_input.h
29
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
swap_input.h
30
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
hardkey_input.h
30
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
appswitch_input.h
31
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
component_input.h
33
ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H
A
D
input_action.h
55
virtual ErrCode
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::InputAction
/test/ostest/wukong/input_factory/src/
H
A
D
element_input.cpp
24
ErrCode ElementInput::
OrderInput
(std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::ElementInput
H
A
D
hardkey_input.cpp
38
ErrCode HardkeyInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::HardkeyInput
H
A
D
swap_input.cpp
35
ErrCode SwapInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::SwapInput
H
A
D
touch_input.cpp
35
ErrCode TouchInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::TouchInput
H
A
D
rotate_input.cpp
40
ErrCode RotateInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::RotateInput
H
A
D
component_input.cpp
67
auto result = appInput->
OrderInput
(sto);
in LauncherApp()
69
ERROR_LOG("AppSwitchInput
OrderInput
failed");
in LauncherApp()
199
ErrCode ComponentInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::ComponentInput
H
A
D
appswitch_input.cpp
35
ErrCode AppswitchInput::
OrderInput
(const std::shared_ptr<SpcialTestObject>& specialTestObject)
in OrderInput()
function in OHOS::WuKong::AppswitchInput
H
A
D
record_input.cpp
190
ErrCode RecordInput::
OrderInput
(const std::shared_ptr<SpcialTestObject> &specialTestObject)
in OrderInput()
function in OHOS::WuKong::RecordInput
/test/ostest/wukong/test_flow/src/
H
A
D
special_test_flow.cpp
186
result = inputaction->
OrderInput
(specialTestObject_);
in RunStep()
433
ErrCode result = inputaction->
OrderInput
(specialTestObject_);
in LauncherApp()
Completed in 5 milliseconds