| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
| D | list_scroll_by_test.cpp | 138 auto row1 = std::make_shared<RowComponent>(); in TestListScrollBy001() local 172 auto row1 = std::make_shared<RowComponent>(); in TestListScrollBy002() local 206 auto row1 = std::make_shared<RowComponent>(); in TestListScrollBy003() local 240 auto row1 = std::make_shared<RowComponent>(); in TestListScrollBy004() local
|
| D | list_event_test.cpp | 278 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnReachStart() local 326 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnReachEnd() local 374 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnScrollStart() local 422 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnScrollStop() local 465 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnWillDidScroll() local 500 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnWillScroll() local 535 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnDidScroll() local 626 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnScrollIndex() local 716 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnScroll() local
|
| D | list_scroll_page_test.cpp | 120 auto row1 = std::make_shared<RowComponent>(); in TestListScrollPage() local
|
| D | list_nested_scroll_event_test.cpp | 49 auto row1 = std::make_shared<RowComponent>(); in CreateNestedScrollNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/waterFlower/ |
| D | waterflow_scroll_by_test.cpp | 134 auto row1 = std::make_shared<RowComponent>(); in TestWaterFlowScrollBy001() local 168 auto row1 = std::make_shared<RowComponent>(); in TestWaterFlowScrollBy002() local 202 auto row1 = std::make_shared<RowComponent>(); in TestWaterFlowScrollBy003() local 236 auto row1 = std::make_shared<RowComponent>(); in TestWaterFlowScrollBy004() local
|
| D | waterflow_event_test.cpp | 205 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeReachStart() local 256 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeReachEnd() local 306 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeScrollStop() local 351 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnWillDidScroll() local 423 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeOnScrollIndex() local
|
| D | waterflow_scroll_page_test.cpp | 117 auto row1 = std::make_shared<RowComponent>(); in TestWaterFlowScrollPage() local
|
| D | waterflow_scrolloffset_test.cpp | 72 auto row1 = std::make_shared<RowComponent>(); in CreateWaterFlowScrollOffsetNode() local
|
| D | waterflow_nested_scroll_test.cpp | 49 auto row1 = std::make_shared<RowComponent>(); in CreateNestedScrollNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/lazyforeach/ |
| D | lazyforeach_test.cpp | 377 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeGetAllItems() local 427 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeReloadAllItems() local 479 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeReloadItem() local 531 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeInsertItem() local 584 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeMoveItem() local 637 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeRemoveItem() local 738 auto row1 = std::make_shared<RowComponent>(); in CreateNativeNodeGetRemovedNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
| D | image_draggableEvent_test.cpp | 77 auto row1 = new RowComponent(); in CreateNativeNode() local
|
| D | image_hittestbehavior_test.cpp | 186 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test_api16/entry/src/main/cpp/textpicker/ |
| D | textpicker_columnwidths_test.cpp | 45 ArkUI_NodeHandle row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in TextPickerColumnWidths() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customdialog/ |
| D | customdialog_test.cpp | 190 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNodeSetAutoCancel() local 238 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNodeRegisterOnWillDismiss() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/radio/ |
| D | radio_onChange_test.cpp | 130 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNodeChecked() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
| D | commonattrs_hittestbehavior_test.cpp | 192 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/ |
| D | stack_hittestbehavior_test.cpp | 166 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
| D | customcomponent_hittestbehavior_test.cpp | 218 auto row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/listScrollTo/ |
| D | list_scroll_to_test.cpp | 195 ArkUI_NodeHandle row1 = nodeAPI->createNode(ARKUI_NODE_ROW); in CreateChildNode() local
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdkHvigortest/entry/src/main/cpp/ |
| D | transactionNdk.cpp | 318 OH_VBucket *row1 = OH_Rdb_CreateValuesBucket(); in OH_VBuckets_Create0100() local 378 OH_VBucket *row1 = OH_Rdb_CreateValuesBucket(); in OH_VBuckets_Destroy0100() local
|