Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h144 using OnChildTouchTestFunc = std::function<TouchResult(const std::vector<TouchTestInfo>& touchInfo)… variable
503 void SetOnTouchTestFunc(OnChildTouchTestFunc&& callback) in SetOnTouchTestFunc()
508 const OnChildTouchTestFunc& GetOnTouchTestFunc() in GetOnTouchTestFunc()
827 OnChildTouchTestFunc onChildTouchTestFunc_;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp353 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0302()
386 OnChildTouchTestFunc test = GET_PARENT->GetOnTouchTestFunc();
393 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0402()
408 OnChildTouchTestFunc res = GET_PARENT->GetOnTouchTestFunc();
539 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0502()
H A Dview_abstract_test_ng_for_property_config.cpp563 NG::OnChildTouchTestFunc onChildTouchTest;
/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h341 virtual void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) = 0;
H A Dframe_node.h695 OnChildTouchTestFunc GetOnTouchTestFunc();
H A Dview_abstract.h303 static void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest);
H A Dview_abstract_model_ng.h1226 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override in SetOnTouchTestFunc()
H A Dview_abstract.cpp1390 void ViewAbstract::SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) in SetOnTouchTestFunc()
H A Dframe_node.cpp4818 OnChildTouchTestFunc FrameNode::GetOnTouchTestFunc() in GetOnTouchTestFunc()