Home
last modified time | relevance | path

Searched refs:SetOnTouchTestFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp365 gestureHub->SetOnTouchTestFunc(std::move(callback));
402 gestureHub->SetOnTouchTestFunc(std::move(callback));
549 gestureHub->SetOnTouchTestFunc(std::move(callback));
H A Dview_abstract_test_ng_for_property_config.cpp564 ViewAbstract::SetOnTouchTestFunc(std::move(onChildTouchTest));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h503 void SetOnTouchTestFunc(OnChildTouchTestFunc&& callback) in SetOnTouchTestFunc() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1226 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override in SetOnTouchTestFunc() function
1228 ViewAbstract::SetOnTouchTestFunc(std::move(onChildTouchTest)); in SetOnTouchTestFunc()
H A Dview_abstract_model.h341 virtual void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) = 0;
H A Dview_abstract.h303 static void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest);
H A Dview_abstract.cpp1390 void ViewAbstract::SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) in SetOnTouchTestFunc() function in OHOS::Ace::NG::ViewAbstract
1394 gestureHub->SetOnTouchTestFunc(std::move(onChildTouchTest)); in SetOnTouchTestFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h239 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override {}; in SetOnTouchTestFunc() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp804 eventHub->SetOnTouchTestFunc(func); in InitColumnTouchTestFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10115 ViewAbstractModel::GetInstance()->SetOnTouchTestFunc(std::move(onTouchTestFunc)); in JsOnChildTouchTest()