Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_def.h163 ACCESSIBILITY_ACTION_SPAN_CLICK = 0x00000003, enumerator
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp656 {ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK, "spanClick"}, in ConvertOperationTypeToString()
759 {"spanClick", ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK}}; in ConvertStringToAccessibleOperationType()
944 case ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK: in ConvertActionArgsJSToNAPI()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp122 { ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK,
241 { AceAction::ACTION_EXEC_SUB_COMPONENT, ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK }, in ConvertAceAction()
2100 { ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK, "ACCESSIBILITY_ACTION_SPAN_CLICK" }, in ConvertActionTypeToString()
2131 { AceAction::ACTION_EXEC_SUB_COMPONENT, ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK }, in ConvertAccessibilityAction()
2896 if (op == ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK) { in ProcessParameters()
4526 if (action == ActionType::ACCESSIBILITY_ACTION_SPAN_CLICK) { in ActAccessibilityAction()