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:uitest
(Results
1 - 25
of
81
) sorted by relevance
1
2
3
4
/test/testfwk/arkxtest/uitest/napi/
H
A
D
uitest_exporter.js
39
async function scheduleConnectionAsync(
uitest
) {
53
uitest
.scheduleEstablishConnection('default');
58
uitest
.scheduleEstablishConnection(connToken);
60
delegator.executeShellCommand(`
uitest
start-daemon ${connToken}`, 3).then((value) => {
69
let
uitest
= globalThis.requireInternal('UiTest');
70
if (
uitest
.uitestSetupCalled === true) {
73
uitest
.uitestSetupCalled = true;
84
scheduleConnectionAsync(
uitest
).catch((error) => {
87
return
uitest
;
H
A
D
ui_event_observer_napi.h
23
namespace OHOS::
uitest
{
namespace in OHOS
/test/testfwk/arkxtest/uitest/cj/
H
A
D
uitest_ffi.cpp
42
using namespace OHOS::
uitest
;
170
RetDataCString ret{.code =
uitest
::ErrCode::NO_ERROR, .data = nullptr};
in CJ_ApiCall()
185
ApiCallErr err{
uitest
::ErrCode::NO_ERROR};
in CJ_ApiCall()
187
if (err.code_ !=
uitest
::ErrCode::NO_ERROR) {
in CJ_ApiCall()
197
if (result.exception_.code_ !=
uitest
::ErrCode::NO_ERROR) {
in CJ_ApiCall()
230
} // namespace OHOS::
uitest
H
A
D
ui_event_observer_impl.h
22
namespace OHOS::
uitest
{
namespace in OHOS
/test/testfwk/arkxtest/uitest/record/
H
A
D
find_widget.h
24
namespace OHOS::
uitest
{
namespace in OHOS
26
} // namespace OHOS::
uitest
H
A
D
external_calls.h
19
namespace OHOS::
uitest
{
namespace in OHOS
H
A
D
external_calls.cpp
18
namespace OHOS::
uitest
{
namespace in OHOS
H
A
D
least_square_impl.h
24
namespace OHOS::
uitest
{
namespace in OHOS
104
} // namespace OHOS::
uitest
H
A
D
find_widget.cpp
18
namespace OHOS::
uitest
{
namespace in OHOS
48
} // namespace OHOS::
uitest
in FindWidget()
H
A
D
velocity.h
20
namespace OHOS::
uitest
{
namespace in OHOS
91
} // namespace OHOS::
uitest
H
A
D
touch_event.h
24
namespace OHOS::
uitest
{
namespace in OHOS
74
} // namespace OHOS::
uitest
H
A
D
velocity_tracker.cpp
23
namespace OHOS::
uitest
{
namespace in OHOS
69
} // namespace OHOS::
uitest
/test/testfwk/arkxtest/uitest/addon/
H
A
D
extension_executor.h
21
namespace OHOS::
uitest
{
namespace in OHOS
H
A
D
screen_copy.h
22
namespace OHOS::
uitest
{
namespace in OHOS
H
A
D
extension_c_api.h
23
namespace OHOS::
uitest
{
namespace in OHOS
/test/testfwk/arkxtest/uitest/input/
H
A
D
ui_input.h
35
namespace OHOS::
uitest
{
namespace in OHOS
38
} // namespace OHOS::
uitest
/test/testfwk/arkxtest/uitest/core/
H
A
D
widget_operator.cpp
18
namespace OHOS::
uitest
{
namespace in OHOS
96
auto touch = OHOS::
uitest
::GenericClick(op, center);
in GenericClick()
195
auto touch = OHOS::
uitest
::GenericClick(TouchOp::CLICK, center);
in InputText()
275
} // namespace OHOS::
uitest
H
A
D
widget_operator.h
21
namespace OHOS::
uitest
{
namespace in OHOS
50
} // namespace OHOS::
uitest
H
A
D
window_operator.h
21
namespace OHOS::
uitest
{
namespace in OHOS
61
} // namespace OHOS::
uitest
H
A
D
element_node_iterator.h
21
namespace OHOS::
uitest
{
namespace in OHOS
46
} // namespace OHOS::
uitest
H
A
D
widget_selector.h
22
namespace OHOS::
uitest
{
namespace in OHOS
73
} // namespace OHOS::
uitest
/test/testfwk/arkxtest/uitest/test/
H
A
D
dummy_extension.cpp
21
using namespace OHOS::
uitest
;
H
A
D
common_utilities_test.cpp
19
using namespace OHOS::
uitest
;
H
A
D
dummy_controller.h
20
namespace OHOS::
uitest
{
namespace in OHOS
/test/testfwk/arkxtest/uitest/server/
H
A
D
element_node_iterator_impl.h
24
namespace OHOS::
uitest
{
namespace in OHOS
51
} // namespace OHOS::
uitest
Completed in 6 milliseconds
1
2
3
4