Home
last modified time | relevance | path

Searched refs:SetBeginIndex (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h111 void SetBeginIndex(const int32_t index);
H A Daccessibility_element_info.h1305 void SetBeginIndex(const int32_t index);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h85 accessibilityElementInfo.SetBeginIndex(nativeInfo.GetBeginIndex()); in TransformAccessbilityElementInfo()
H A Djs_accessibility_manager.cpp369 nodeInfo.SetBeginIndex(node->GetListBeginIndex()); in UpdateAccessibilityNodeInfo()
1079 eventInfo.SetBeginIndex(accessibilityProperty->GetBeginIndex()); in FillEventInfo()
1126 eventInfo.SetBeginIndex(elementInfo.GetBeginIndex()); in FillWebEventInfo()
1138 eventInfo.SetBeginIndex(node->GetListBeginIndex()); in FillEventInfo()
1382 nodeInfo.SetBeginIndex(accessibilityProperty->GetUserMinValue()); in UpdateAccessibilityElementInfo()
1384 nodeInfo.SetBeginIndex(accessibilityProperty->GetBeginIndex()); in UpdateAccessibilityElementInfo()
2581 eventInfo.SetBeginIndex(accessibilityProperty->GetBeginIndex()); in FillEventInfoWithNode()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp70 SetBeginIndex(beginIndex); in ReadFromParcelSecondPart()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp73 void AccessibilityMemo::SetBeginIndex(const int32_t index) in SetBeginIndex() function in OHOS::Accessibility::AccessibilityMemo
H A Daccessibility_element_info.cpp295 void AccessibilityElementInfo::SetBeginIndex(const int32_t index) in SetBeginIndex() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp95 nativeInfo.SetBeginIndex(accessibilityElementInfo.GetBeginIndex()); in FillNativeAccessibilityElementInfo()
190 accessibilityElementInfo.SetBeginIndex(++index); in BuildAccessibilityElementInfo()
H A Dnative_interface_accessibility_test.cpp232 nativeInfo.SetBeginIndex(++index); in BuildNativeAccessibilityElementInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h170 void SetBeginIndex(int32_t beginIndex) in SetBeginIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h92 void SetBeginIndex(int32_t beginIndex) in SetBeginIndex() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp307 eventInfo_->SetBeginIndex(1);
H A Daccessibility_element_info_test.cpp961 elementInfo_->SetBeginIndex(1);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp364 elementInfo->SetBeginIndex(startItemIndex); in OH_ArkUI_AccessibilityElementInfoSetStartItemIndex()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp87 eventInfo.SetBeginIndex(index); in CreateEventInfoFirstPart()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension.cpp320 elementInfo->SetBeginIndex(eventInfo.GetBeginIndex()); in CreateElementInfoByEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp357 listComponent_->SetBeginIndex(beginIndex_); in CreateOrUpdateList()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp138 sourceElementInfo.SetBeginIndex(int32Data); in GenerateAccessibilityElementInfoP1()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1207 eventInfo.SetBeginIndex(dataValue); in ConvertEventInfoJSToNAPIPart3()