Home
last modified time | relevance | path

Searched refs:COMMON_REMOTE_MESSAGE_GESTURE_EVENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Devent.h30 COMMON_REMOTE_MESSAGE_GESTURE_EVENT, enumerator
H A Ddeclaration_constants.cpp35 EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT,
H A Ddeclaration.cpp365 { EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT, in AddCommonEvent()
368 … EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT, DeclarationConstants::DEFAULT_GESTURE_EVENT); in AddCommonEvent()
3314 … gestureEvent = MaybeResetEvent<CommonGestureEvent>(EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT); in SetRemoteMessageEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp35 AddCommonEvent(EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT); in InitCommonEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp822 …ic_cast<CommonGestureEvent&>(declaration->GetEvent(EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT)); in HandleRemoteMessage()