Home
last modified time | relevance | path

Searched refs:MoveData (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_base_node.h27 virtual void MoveData(int32_t from, int32_t to) = 0;
H A Drepeat_node.h67 void MoveData(int32_t from, int32_t to) override;
H A Dfor_each_node.h72 void MoveData(int32_t from, int32_t to) override;
H A Drepeat_node.cpp101 void RepeatNode::MoveData(int32_t from, int32_t to) in MoveData() function in OHOS::Ace::NG::RepeatNode
H A Drepeat_virtual_scroll_node.h136 void MoveData(int32_t from, int32_t to) override;
H A Dlazy_for_each_node.h162 void MoveData(int32_t from, int32_t to) override;
H A Dfor_each_node.cpp263 void ForEachNode::MoveData(int32_t from, int32_t to) in MoveData() function in OHOS::Ace::NG::ForEachNode
H A Drepeat_virtual_scroll_node.cpp472 void RepeatVirtualScrollNode::MoveData(int32_t from, int32_t to) {} in MoveData() function in OHOS::Ace::NG::RepeatVirtualScrollNode
H A Dlazy_for_each_node.cpp483 void LazyForEachNode::MoveData(int32_t from, int32_t to) in MoveData() function in OHOS::Ace::NG::LazyForEachNode
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h48 inline bool MoveData(void* const dst, const size_t dstSize, const void* const src, const size_t srcSize) in MoveData() function
57 BASE_LOG_E("MoveData invalid arguments."); in MoveData()
H A Dstring.h273 MoveData(dst, cap * sizeof(value_type), str, count * sizeof(value_type)); in assign()
479 MoveData(dst, dstSize * sizeof(value_type), src, srcSize * sizeof(value_type)); in erase()
H A Dfixed_string.h288 MoveData(data() + first + add, len_ - first - add, data() + last, len_ - last); in replace()
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dfor_each_syntax_test_ng.cpp533 forEachNode->MoveData(0, 5); in HWTEST_F()
534 forEachNode->MoveData(1, 1); in HWTEST_F()
H A Drepeat_node_cache_syntax_test.cpp1161 repeatNode->MoveData(0, 100); in HWTEST_F()
H A Dlazy_for_each_syntax_test_ng.cpp489 * @tc.desc: Create LazyForEach, update its Items and invoke MoveData function.
514 lazyForEachNode->MoveData(INDEX_LESS_THAN_START_INDEX, INDEX_GREATER_THAN_END_INDEX); in HWTEST_F()
521 lazyForEachNode->MoveData(INDEX_LESS_THAN_START_INDEX, INDEX_GREATER_THAN_END_INDEX); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp426 forEach->MoveData(from, to); in HandleSwapAnimation()

Completed in 23 milliseconds