/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 127 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 D | resolvndk.cpp | 59 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 D | frontend_api_handler.cpp | 894 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 D | widget_operator.cpp | 88 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 D | widget_operator.h | 27 void GenericClick(TouchOp op, ApiCallErr &error) const;
|
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
H A D | image_packer_module_test.cpp | 26 #define MY_HILOG(op, fmt, args...) \
28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
H A D | image_packing_test.cpp | 40 #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 D | photoAccessHelper.h | 35 #define MY_HILOG(op, fmt, args...) \ 38 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
H A D | mediaAssetManager.cpp | 32 #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 D | image_source_module_test.cpp | 33 #define MY_HILOG(op, fmt, args...) \ 35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
H A D | image_source_test.cpp | 43 #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 D | egl_core.cpp | 306 bool EGLCore::checkGlError(const char* op) in checkGlError() argument 310 LOGE("ERROR: %{public}s, ERROR CODE = %{public}x", op, error); in checkGlError()
|
H A D | egl_core.h | 40 bool checkGlError(const char* op);
|
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | pixel_map_module_test.cpp | 31 #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 D | image_receiver_module_test.cpp | 26 #define MY_HILOG(op, fmt, args...) \ 28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|