Home
last modified time | relevance | path

Searched refs:RemoveGesturesByTag (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h202 void RemoveGesturesByTag(const std::string& gestureTag);
H A Dgesture_event_hub.cpp1879 void GestureEventHub::RemoveGesturesByTag(const std::string& gestureTag) in RemoveGesturesByTag() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp887 gestureEventHub->RemoveGesturesByTag(CHECK_TAG_1);
1979 gestureEventHub->RemoveGesturesByTag(CHECK_TAG_1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp536 gestureHub->RemoveGesturesByTag(tag); in removeGestureFromNodeByTag()