/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_onmeasure_test.cpp | 52 size_t argc = PARAM_1; in CreateNativeNode() local 54 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | customcomponent_onappear_test.cpp | 51 size_t argc = PARAM_1; in CreateNativeNode() local 53 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | customcomponent_ondraw_test.cpp | 66 size_t argc = PARAM_1; in CreateNativeNode() local 68 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | customcomponent_onclick_test.cpp | 78 size_t argc = PARAM_1; in CreateNativeNode() local 80 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | dragAction_setDragPreviewOption.cpp | 75 size_t argc = PARAM_1; in CreateNativeNode() local 77 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | dragAction_setTouchPointXY.cpp | 74 size_t argc = PARAM_1; in CreateNativeNode() local 76 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | drag_disableDefaultDropAnimation.cpp | 74 size_t argc = PARAM_1; in CreateNativeNode() local 76 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | dragAction_setPointerId.cpp | 71 size_t argc = PARAM_1; in CreateNativeNode() local 73 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | dragAction_registerStatusListener.cpp | 80 size_t argc = PARAM_1; in CreateNativeNode() local 82 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | dragAction_createDragAction.cpp | 72 size_t argc = PARAM_1; in CreateNativeNode() local 74 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | drag_setSuggestedDropOperation.cpp | 75 size_t argc = PARAM_1; in CreateNativeNode() local 77 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | drag_setDragResult.cpp | 72 size_t argc = PARAM_1; in CreateNativeNode() local 74 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_onsubmit_test.cpp | 74 size_t argc = PARAM_1; in CreateNativeNode() local 76 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/ |
H A D | commonevent_onappear_test.cpp | 50 size_t argc = PARAM_1; in CreateNativeNode() local 52 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | commonevent_ontouch_test.cpp | 77 size_t argc = PARAM_1; in CreateNativeNode() local 79 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | commonevent_onclick_test.cpp | 77 size_t argc = PARAM_1; in CreateNativeNode() local 79 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_onappear_test.cpp | 50 size_t argc = PARAM_1; in CreateNativeNode() local 52 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/ |
H A D | toggle_onchange_test.cpp | 60 size_t argc = PARAM_1; in CreateNativeNode() local 62 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
H A D | toggle_enabled_test.cpp | 79 size_t argc = PARAM_1; in CreateNativeNode() local 81 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/ |
H A D | datepicker_ondatechange_test.cpp | 80 size_t argc = PARAM_1; in CreateNativeNode() local 82 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_onchange_test.cpp | 56 size_t argc = PARAM_1; in CreateNativeNode() local 58 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 122 size_t argc = 2; in InitResourceManager() local 124 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); in InitResourceManager()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | inotifyndk.cpp | 46 size_t argc = ONE;
in InotifyInit1() local 48 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in InotifyInit1()
|
H A D | semndk.cpp | 61 size_t argc = PARAM_1;
in Semctl() local 63 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Semctl()
|
H A D | selectndk.cpp | 41 size_t argc = PARAM_1;
in Select() local 43 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Select()
|