Home
last modified time | relevance | path

Searched refs:actionsImpl_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h384 actionsImpl_(static_cast<uint32_t>(ARKUI_ACCESSIBILITY_ACTION_COPY)); in ActActionCopy()
402 actionsImpl_(static_cast<uint32_t>(ARKUI_ACCESSIBILITY_ACTION_CUT)); in ActActionCut()
420 actionsImpl_(static_cast<uint32_t>(ARKUI_ACCESSIBILITY_ACTION_PASTE)); in ActActionPaste()
438 actionsImpl_(static_cast<uint32_t>(ARKUI_ACCESSIBILITY_ACTION_LONG_CLICK)); in ActActionLongClick()
456 actionsImpl_(static_cast<uint32_t>(ARKUI_ACCESSIBILITY_ACTION_CLICK)); in ActActionClick()
778 ActionsImpl actionsImpl_; variable
H A Daccessibility_property.cpp588 actionsImpl_ = actionsImpl; in SetActions()
596 if (!actionsImpl_) { in ActionsDefined()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp719 ActionsImpl actionsImplBak = accessibilityProperty.actionsImpl_;