/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_scrollto_test.cpp | 58 size_t strLength = PARAM_0; in CreateNativeNode() local 60 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode() 130 size_t strLength = PARAM_0; in CreateNativeNodeEase() local 132 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEase() 202 size_t strLength = PARAM_0; in CreateNativeNodeEaseInOut() local 204 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseInOut() 274 size_t strLength = PARAM_0; in CreateNativeNodeEaseIn() local 276 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseIn() 346 size_t strLength = PARAM_0; in CreateNativeNodeEaseOut() local 348 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseOut() 418 size_t strLength = PARAM_0; CreateNativeNodeExtremeDeceleration() local 490 size_t strLength = PARAM_0; CreateNativeNodeFastOutLinearIn() local 562 size_t strLength = PARAM_0; CreateNativeNodeFastOutSlowIn() local 634 size_t strLength = PARAM_0; CreateNativeNodeFriction() local 706 size_t strLength = PARAM_0; CreateNativeNodeLinearOutSlowIn() local 778 size_t strLength = PARAM_0; CreateNativeNodeRhythm() local 850 size_t strLength = PARAM_0; CreateNativeNodeSharp() local 922 size_t strLength = PARAM_0; CreateNativeNodeSmooth() local [all...] |
H A D | scroll_currentoffset_test.cpp | 58 size_t strLength = PARAM_0; in CreateNativeNode() local 60 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode() 130 size_t strLength = PARAM_0; in CreateNativeNodeEase() local 132 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEase() 202 size_t strLength = PARAM_0; in CreateNativeNodeEaseInOut() local 204 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseInOut() 274 size_t strLength = PARAM_0; in CreateNativeNodeEaseIn() local 276 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseIn() 346 size_t strLength = PARAM_0; in CreateNativeNodeEaseOut() local 348 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeEaseOut() 418 size_t strLength = PARAM_0; CreateNativeNodeExtremeDeceleration() local 490 size_t strLength = PARAM_0; CreateNativeNodeFastOutLinearIn() local 562 size_t strLength = PARAM_0; CreateNativeNodeFastOutSlowIn() local 634 size_t strLength = PARAM_0; CreateNativeNodeFriction() local 706 size_t strLength = PARAM_0; CreateNativeNodeLinearOutSlowIn() local 778 size_t strLength = PARAM_0; CreateNativeNodeRhythm() local 850 size_t strLength = PARAM_0; CreateNativeNodeSharp() local 922 size_t strLength = PARAM_0; CreateNativeNodeSmooth() local [all...] |
H A D | scroll_hittestbehavior_test.cpp | 215 size_t strLength = PARAM_0; in CreateNativeNodeDefault() local 217 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeDefault() 264 size_t strLength = PARAM_0; in CreateNativeNodeBlock() local 266 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeBlock() 309 size_t strLength = PARAM_0; in CreateNativeNodeTransparent() local 311 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeTransparent() 354 size_t strLength = PARAM_0; in CreateNativeNodeNone() local 356 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeNone()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
H A D | gesture_test.cpp | 125 size_t strLength = PARAM_0; in CreateLongPressNativeNode() local 127 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateLongPressNativeNode() 186 size_t strLength = PARAM_0; in CreateSwipeNativeNode() local 188 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateSwipeNativeNode() 242 size_t strLength = PARAM_0; in CreatePanNativeNode() local 244 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreatePanNativeNode() 300 size_t strLength = PARAM_0; in CreatePinchNativeNode() local 302 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreatePinchNativeNode() 357 size_t strLength = PARAM_0; in CreateRotateNativeNode() local 359 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateRotateNativeNode() 430 size_t strLength = PARAM_0; CreateInterruptNativeNode() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.cpp | 31 size_t strLength = PARAM_0; in testAddCustomProperty001() local 33 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testAddCustomProperty001() 79 size_t strLength = PARAM_0; in testRemoveCustomProperty002() local 81 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testRemoveCustomProperty002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.cpp | 31 size_t strLength = PARAM_0; in testAddCustomProperty001() local 33 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testAddCustomProperty001() 79 size_t strLength = PARAM_0; in testRemoveCustomProperty002() local 81 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testRemoveCustomProperty002()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_hittestbehavior_test.cpp | 216 size_t strLength = PARAM_0; in CreateNativeNodeDefault() local 218 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeDefault() 264 size_t strLength = PARAM_0; in CreateNativeNodeBlock() local 266 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeBlock() 308 size_t strLength = PARAM_0; in CreateNativeNodeTransparent() local 310 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeTransparent() 352 size_t strLength = PARAM_0; in CreateNativeNodeNone() local 354 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeNone()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
H A D | listitem_hittestbehavior_test.cpp | 183 size_t strLength = PARAM_0; in CreateNativeNodeDefault() local 185 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeDefault() 230 size_t strLength = PARAM_0; in CreateNativeNodeBlock() local 232 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeBlock() 276 size_t strLength = PARAM_0; in CreateNativeNodeTransparent() local 278 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeTransparent() 323 size_t strLength = PARAM_0; in CreateNativeNodeNone() local 325 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNodeNone()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
H A D | animator_event_test.cpp | 164 size_t strLength = PARAM_0; in testKeyframeRegisterOnFinish_001() local 166 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testKeyframeRegisterOnFinish_001() 221 size_t strLength = PARAM_0; in testKeyframeRegisterOnEvent_002() local 223 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testKeyframeRegisterOnEvent_002() 316 size_t strLength = PARAM_0; in testAnimatorRegisterOnFrame_003() local 318 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testAnimatorRegisterOnFrame_003() 396 size_t strLength = PARAM_0; in testAnimatorRegisterOnFinish_004() local 398 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testAnimatorRegisterOnFinish_004() 473 size_t strLength = PARAM_0; in testAnimatorRegisterOnCancel_005() local 475 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in testAnimatorRegisterOnCancel_005() 550 size_t strLength = PARAM_0; testAnimatorRegisterOnRepeat_006() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/refresh/ |
H A D | refresh_onstatechange_test.cpp | 61 size_t strLength = PARAM_0; in CreateNativeNode() local 63 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | refresh_onrefreshing_test.cpp | 61 size_t strLength = PARAM_0; in CreateNativeNode() local 63 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 24 size_t strLength = 0;
in GetString() local 30 napi_get_value_string_utf8(env, value, buffer, bufferSize + 1, &strLength);
in GetString()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_focusable_test.cpp | 79 size_t strLength = PARAM_0; in CreateNativeNode() local 81 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_getDragResult.cpp | 78 size_t strLength = PARAM_0; in CreateNativeNode() local 80 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | drag_getModifierKeyStates.cpp | 80 size_t strLength = PARAM_0; in CreateNativeNode() local 82 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | drag_getDropOperation.cpp | 78 size_t strLength = PARAM_0; in CreateNativeNode() local 80 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | drag_getPreDragStatus.cpp | 77 size_t strLength = PARAM_0; in CreateNativeNode() local 79 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/ |
H A D | textarea_onchange_test.cpp | 76 size_t strLength = PARAM_0; in CreateNativeNode() local 78 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/ |
H A D | timepicker_onchange_test.cpp | 85 size_t strLength = PARAM_0; in CreateNativeNode() local 87 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/ |
H A D | calendarpicker_onchange_test.cpp | 88 size_t strLength = PARAM_0; in CreateNativeNode() local 90 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/ |
H A D | button_onclick_test.cpp | 81 size_t strLength = PARAM_0; in CreateNativeNode() local 83 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_focusable_test.cpp | 78 size_t strLength = PARAM_0; in CreateNativeNode() local 80 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | customcomponent_ontouch_test.cpp | 82 size_t strLength = PARAM_0; in CreateNativeNode() local 84 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
H A D | customcomponent_onmeasure_test.cpp | 56 size_t strLength = PARAM_0; in CreateNativeNode() local 58 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/ |
H A D | textpicker_onchange_test.cpp | 87 size_t strLength = PARAM_0; in CreateNativeNode() local 89 napi_get_value_string_utf8(env, args[PARAM_0], xComponentID, length, &strLength); in CreateNativeNode()
|