Home
last modified time | relevance | path

Searched refs:SetOnMove (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dfor_each_syntax_test_ng.cpp476 forEachNode->SetOnMove(SetOnMoveTestNg);
492 forEachNode->SetOnMove(SetOnMoveTestNg);
493 forEachNode->SetOnMove(nullptr);
600 forEachNode->SetOnMove(SetOnMoveTestNg);
608 forEachNode->SetOnMove(SetOnMoveTestNg);
651 forEachNode->SetOnMove(SetOnMoveTestNg);
664 forEachNode->SetOnMove(SetOnMoveTestNg);
H A Dlazy_for_each_syntax_test_ng.cpp460 lazyForEachNode->SetOnMove(std::move(lambda));
467 lazyForEachNode->SetOnMove(std::move(lambda));
474 lazyForEachNode->SetOnMove(nullptr);
481 lazyForEachNode->SetOnMove(nullptr);
H A Drepeat_node_cache_syntax_test.cpp1160 repeatNode->SetOnMove(std::move(onMoveLambda));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_model_ng.h40 node->SetOnMove(std::move(onMove)); in OnMove()
H A Drepeat_node.h66 void SetOnMove(std::function<void(int32_t, int32_t)>&& onMove);
H A Drepeat_model_ng.cpp81 node->SetOnMove(std::move(onMove)); in OnMove()
H A Drepeat_virtual_scroll_model_ng.cpp66 node->SetOnMove(std::move(onMove)); in OnMove()
H A Dfor_each_node.h71 void SetOnMove(std::function<void(int32_t, int32_t)>&& onMove);
H A Drepeat_node.cpp99 void RepeatNode::SetOnMove(std::function<void(int32_t, int32_t)>&& onMove) in SetOnMove() function in OHOS::Ace::NG::RepeatNode
H A Dfor_each_model_ng.cpp93 node->SetOnMove(std::move(onMove)); in OnMove()
H A Drepeat_virtual_scroll_node.h136 void SetOnMove(std::function<void(int32_t, int32_t)>&& onMove);
H A Dlazy_for_each_node.h162 void SetOnMove(std::function<void(int32_t, int32_t)>&& onMove);
H A Dfor_each_node.cpp241 void ForEachNode::SetOnMove(std::function<void(int32_t, int32_t)>&& onMove) in SetOnMove() function in OHOS::Ace::NG::ForEachNode
H A Drepeat_virtual_scroll_node.cpp514 void RepeatVirtualScrollNode::SetOnMove(std::function<void(int32_t, int32_t)>&& onMove) in SetOnMove() function in OHOS::Ace::NG::RepeatVirtualScrollNode
H A Dlazy_for_each_node.cpp490 void LazyForEachNode::SetOnMove(std::function<void(int32_t, int32_t)>&& onMove) in SetOnMove() function in OHOS::Ace::NG::LazyForEachNode