Home
last modified time | relevance | path

Searched refs:uitest (Results 1 - 25 of 81) sorted by relevance

1234

/test/testfwk/arkxtest/uitest/napi/
H A Duitest_exporter.js39 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 Dui_event_observer_napi.h23 namespace OHOS::uitest { namespace in OHOS
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp42 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 Dui_event_observer_impl.h22 namespace OHOS::uitest { namespace in OHOS
/test/testfwk/arkxtest/uitest/record/
H A Dfind_widget.h24 namespace OHOS::uitest { namespace in OHOS
26 } // namespace OHOS::uitest
H A Dexternal_calls.h19 namespace OHOS::uitest { namespace in OHOS
H A Dexternal_calls.cpp18 namespace OHOS::uitest { namespace in OHOS
H A Dleast_square_impl.h24 namespace OHOS::uitest { namespace in OHOS
104 } // namespace OHOS::uitest
H A Dfind_widget.cpp18 namespace OHOS::uitest { namespace in OHOS
48 } // namespace OHOS::uitest in FindWidget()
H A Dvelocity.h20 namespace OHOS::uitest { namespace in OHOS
91 } // namespace OHOS::uitest
H A Dtouch_event.h24 namespace OHOS::uitest { namespace in OHOS
74 } // namespace OHOS::uitest
H A Dvelocity_tracker.cpp23 namespace OHOS::uitest { namespace in OHOS
69 } // namespace OHOS::uitest
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.h21 namespace OHOS::uitest { namespace in OHOS
H A Dscreen_copy.h22 namespace OHOS::uitest { namespace in OHOS
H A Dextension_c_api.h23 namespace OHOS::uitest { namespace in OHOS
/test/testfwk/arkxtest/uitest/input/
H A Dui_input.h35 namespace OHOS::uitest { namespace in OHOS
38 } // namespace OHOS::uitest
/test/testfwk/arkxtest/uitest/core/
H A Dwidget_operator.cpp18 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 Dwidget_operator.h21 namespace OHOS::uitest { namespace in OHOS
50 } // namespace OHOS::uitest
H A Dwindow_operator.h21 namespace OHOS::uitest { namespace in OHOS
61 } // namespace OHOS::uitest
H A Delement_node_iterator.h21 namespace OHOS::uitest { namespace in OHOS
46 } // namespace OHOS::uitest
H A Dwidget_selector.h22 namespace OHOS::uitest { namespace in OHOS
73 } // namespace OHOS::uitest
/test/testfwk/arkxtest/uitest/test/
H A Ddummy_extension.cpp21 using namespace OHOS::uitest;
H A Dcommon_utilities_test.cpp19 using namespace OHOS::uitest;
H A Ddummy_controller.h20 namespace OHOS::uitest { namespace in OHOS
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.h24 namespace OHOS::uitest { namespace in OHOS
51 } // namespace OHOS::uitest

Completed in 6 milliseconds

1234