Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_node_test.cpp83 bool isDispatch = false; variable
86 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
91 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
97 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
104 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
116 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
123 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
128 parentRevertPoint, touchRestrict, result, touchId, responseLinkResult, isDispatch);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_node.h33 bool isDispatch = false) override;
H A Dscreen_node.cpp22 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.h36 bool isDispatch = false) override;
H A Dform_node.cpp165 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h303 ResponseLinkResult& responseLinkResult, bool isDispatch = false);
H A Dframe_node.h369 bool isDispatch = false) override;
H A Dui_node.cpp1059 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
H A Dframe_node.cpp2665 ResponseLinkResult& responseLinkResult, bool isDispatch) in TouchTest() argument
2700 if ((!isDispatch) && isOutOfRegion) { in TouchTest()
2827 (isDispatch || (InResponseRegionList(revertPoint, responseRegionList)))) { in TouchTest()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp73 bool isDispatch = false) override in TouchTest() argument