Home
last modified time | relevance | path

Searched refs:op (Results 1 - 15 of 15) sorted by relevance

/test/testfwk/arkxtest/uitest/input/
H A Dui_input.cpp127 TouchOp op = TouchOp::SWIPE; in FlingActionInput() local
164 auto touch = GenericSwipe(op, from, to); in FlingActionInput()
172 TouchOp op = TouchOp::SWIPE; in SwipeActionInput() local
174 op = TouchOp::DRAG; in SwipeActionInput()
191 auto touch = GenericSwipe(op, from, to); in SwipeActionInput()
259 TouchOp op = TouchOp::CLICK; in ClickActionInput() local
261 op = TouchOp::DOUBLE_CLICK_P; in ClickActionInput()
263 op = TouchOp::LONG_CLICK; in ClickActionInput()
269 auto touch = GenericClick(op, point); in ClickActionInput()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dresolvndk.cpp59 const int op = QUERY; in ResMkquery() local
67 resultValue = res_mkquery(op, dname, cla, T_ANY + PARAM_1, data, PARAM_0, nullptr, nullptr, PARAM_0); in ResMkquery()
69 int ret = res_mkquery(op, dname, cla, T_TXT, data, PARAM_0, nullptr, buf, sizeof(buf)); in ResMkquery()
128 const int op = QUERY; in ResSend() local
136 int value = res_mkquery(op, dname, cla, type, data, PARAM_0, nullptr, buf, sizeof(buf)); in ResSend()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp894 auto op = TouchOp::CLICK; in RegisterUiDriverTouchOperators()
896 op = TouchOp::LONG_CLICK; in RegisterUiDriverTouchOperators()
898 op = TouchOp::DOUBLE_CLICK_P; in RegisterUiDriverTouchOperators()
900 op = TouchOp::SWIPE; in RegisterUiDriverTouchOperators()
905 op = TouchOp::DRAG; in RegisterUiDriverTouchOperators()
910 if (op == TouchOp::SWIPE || op == TouchOp::DRAG) { in RegisterUiDriverTouchOperators()
911 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators()
914 auto touch = GenericClick(op, point0); in RegisterUiDriverTouchOperators()
968 auto op in RegisterUiDriverFlingOperators()
[all...]
H A Dwidget_operator.cpp88 void WidgetOperator::GenericClick(TouchOp op, ApiCallErr &error) const in GenericClick() argument
90 DCHECK(op >= TouchOp::CLICK && op <= TouchOp::DOUBLE_CLICK_P); in GenericClick()
96 auto touch = OHOS::uitest::GenericClick(op, center); in GenericClick()
H A Dwidget_operator.h27 void GenericClick(TouchOp op, ApiCallErr &error) const;
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_module_test.cpp26 #define MY_HILOG(op, fmt, args...) \
28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A Dimage_packing_test.cpp40 #define MY_HILOG(op, fmt, args...) \
42 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A DphotoAccessHelper.h35 #define MY_HILOG(op, fmt, args...) \
38 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A DmediaAssetManager.cpp32 #define MY_HILOG(op, fmt, args...) \
35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_module_test.cpp33 #define MY_HILOG(op, fmt, args...) \
35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A Dimage_source_test.cpp43 #define MY_HILOG(op, fmt, args...) \
45 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Degl_core.cpp306 bool EGLCore::checkGlError(const char* op) in checkGlError() argument
310 LOGE("ERROR: %{public}s, ERROR CODE = %{public}x", op, error); in checkGlError()
H A Degl_core.h40 bool checkGlError(const char* op);
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dpixel_map_module_test.cpp31 #define MY_HILOG(op, fmt, args...) \
33 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_module_test.cpp26 #define MY_HILOG(op, fmt, args...) \
28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \

Completed in 15 milliseconds