/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/ |
H A D | layer.cpp | 24 void Layer::AddChildren(const RefPtr<Layer>& layer) in AddChildren() function in OHOS::Ace::Flutter::Layer
|
H A D | layer.h | 45 void AddChildren(const RefPtr<Layer>& layer);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_gesture_event_hub.cpp | 36 innerParallelRecognizer_->AddChildren(innerRecognizersList); in PackInnerRecognizer()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | flutter_render_context.cpp | 102 containerLayer_->AddChildren(AceType::Claim(layer)); in PaintChild() 161 containerLayer_->AddChildren(currentLayer_); in StartRecording()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | recognizer_group.h | 55 void AddChildren(const std::list<RefPtr<NGGestureRecognizer>>& recognizers);
|
H A D | recognizer_group.cpp | 67 void RecognizerGroup::AddChildren(const std::list<RefPtr<NGGestureRecognizer>>& recognizers) in AddChildren() function in OHOS::Ace::NG::RecognizerGroup
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 117 bool AddChildren(std::vector<sptr<AbstractScreen>>& dmsScreens, std::vector<Point>& startPoints);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.cpp | 162 nodeParallelRecognizer_->AddChildren(longPressRecognizers); in ProcessDragEventTouchTestHit() 191 innerExclusiveRecognizer_->AddChildren(innerRecognizers); in PackInnerRecognizer() 215 externalParallelRecognizer_[parallelIndex]->AddChildren(recognizers); in ProcessParallelPriorityGesture() 248 externalExclusiveRecognizer_[exclusiveIndex]->AddChildren(recognizers); in ProcessExternalExclusiveRecognizer() 436 nodeExclusiveRecognizer_->AddChildren(recognizers); in CombineIntoExclusiveRecognizer()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 475 * @tc.name: AddChildren 479 HWTEST_F(AbstractScreenTest, AddChildren, Function | SmallTest | Level3) in HWTEST_F() 484 bool result = absScreenGroup_->AddChildren(vecSptr, vecPoint); in HWTEST_F() 488 result = absScreenGroup_->AddChildren(vecSptr, vecPoint); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | gesture_group_test_ng.cpp | 413 * @tc.desc: Test RecognizerGroup function: AddChildren 431 exclusiveRecognizer.AddChildren(recognizersInput); in HWTEST_F() 440 exclusiveRecognizer.AddChildren(recognizersInput); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 273 bool AddChildren(std::vector<sptr<ScreenSession>>& smsScreens, std::vector<Point>& startPoints);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 598 bool AbstractScreenGroup::AddChildren(std::vector<sptr<AbstractScreen>>& dmsScreens, std::vector<Point>& startPoints)
in AddChildren() function in OHOS::Rosen::AbstractScreenGroup 602 WLOGE("AddChildren, unequal size.");
in AddChildren()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1326 GTEST_LOG_(INFO) << "ScreenSessionTest: AddChildren start"; in HWTEST_F() 1330 bool res = sessionGroup.AddChildren(smsScreens, startPoints); in HWTEST_F() 1332 GTEST_LOG_(INFO) << "ScreenSessionTest: AddChildren end"; in HWTEST_F() 1342 GTEST_LOG_(INFO) << "ScreenSessionTest: AddChildren start"; in HWTEST_F() 1346 bool res = sessionGroup.AddChildren(smsScreens, startPoints); in HWTEST_F() 1348 GTEST_LOG_(INFO) << "ScreenSessionTest: AddChildren end"; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1280 bool ScreenSessionGroup::AddChildren(std::vector<sptr<ScreenSession>>& smsScreens, std::vector<Point>& startPoints) in AddChildren() function in OHOS::Rosen::ScreenSessionGroup 1284 WLOGE("AddChildren, unequal size."); in AddChildren()
|