/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | tabs_composed_element.cpp | 73 auto index = renderTabContent ? renderTabContent->GetCurrentIndex() : 0; in GetIndex() local
|
H A D | navigation_composed_element.cpp | 193 auto index = std::to_string(i); in GetMenus() local
|
H A D | shape_container_composed_element.cpp | 152 auto index = std::to_string(i); in GetStrokeDashArray() local 229 auto index = std::to_string(i); in GetMesh() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 72 int32_t index = 0; in SetDragEventProperty() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.cpp | 117 size_t index = 0; in onDraw() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | grid_property.cpp | 165 auto index = static_cast<int32_t>(GridSizeType::XS); in ToJsonValue() local
|
/foundation/arkui/ui_lite/test/uitest/test_ui_list/ |
H A D | ui_test_ui_list.cpp | 444 void UITestUIList::OnScrollStart(int16_t index, UIView* view) in OnScrollStart() argument 455 void UITestUIList::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() argument 465 void UITestUIList::OnScrollTop(int16_t index, UIView* view) in OnScrollTop() argument 471 void UITestUIList::OnScrollBottom(int16_t index, UIView* view) in OnScrollBottom() argument 477 void UITestUIList::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_unit_test.cpp | 457 const int16_t index = 101; in HWTEST_F() local
|
H A D | ui_chart_unit_test.cpp | 246 uint16_t index = chartDataSerial_->GetPeakIndex(); in HWTEST_F() local 266 uint16_t index = chartDataSerial_->GetValleyIndex(); in HWTEST_F() local 284 uint16_t index = chartDataSerial_->GetLatestIndex(); in HWTEST_F() local 302 uint16_t index = chartDataSerial_->GetLastPointIndex(); in HWTEST_F() local 355 const uint16_t index = 3; in HWTEST_F() local [all...] |
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_element_operator_callback_proxy.cpp | 81 int32_t index = 0; in SetSearchElementInfoByAccessibilityIdResult() local
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_dumper.cpp | 82 size_t index = 0; in DumpAccessibilityWindowInfo() local 213 size_t index = 0; in DumpAccessibilityClientInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_controller.cpp | 22 ScrollToIndex( int32_t index, bool smooth, ScrollAlign align, std::optional<float> extraOffset) ScrollToIndex() argument
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.cpp | 67 int32_t index = 2; in GetLinearSlope() local [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | waterflow_section_option.cpp | 52 OH_ArkUI_WaterFlowSectionOption_SetItemCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) OH_ArkUI_WaterFlowSectionOption_SetItemCount() argument 71 OH_ArkUI_WaterFlowSectionOption_SetCrossCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) OH_ArkUI_WaterFlowSectionOption_SetCrossCount() argument 90 OH_ArkUI_WaterFlowSectionOption_SetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float columnGap) OH_ArkUI_WaterFlowSectionOption_SetColumnGap() argument 108 OH_ArkUI_WaterFlowSectionOption_SetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float rowGap) OH_ArkUI_WaterFlowSectionOption_SetRowGap() argument 126 OH_ArkUI_WaterFlowSectionOption_SetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index, float marginTop, float marginRight, float marginBottom, float marginLeft) OH_ArkUI_WaterFlowSectionOption_SetMargin() argument 154 OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetItemCount() argument 164 OH_ArkUI_WaterFlowSectionOption_GetCrossCount(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetCrossCount() argument 174 OH_ArkUI_WaterFlowSectionOption_GetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetColumnGap() argument 184 OH_ArkUI_WaterFlowSectionOption_GetRowGap(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetRowGap() argument 194 OH_ArkUI_WaterFlowSectionOption_GetMargin(ArkUI_WaterFlowSectionOption* option, int32_t index) OH_ArkUI_WaterFlowSectionOption_GetMargin() argument 209 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex( ArkUI_WaterFlowSectionOption* option, int32_t index, float (*callback)(int32_t itemIndex)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex() argument 220 OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData( ArkUI_WaterFlowSectionOption* option, int32_t index, void* userData, float (*callback)(int32_t itemIndex, void* extraParams)) OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData() argument [all...] |
/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessibility_element_operator_callback_proxy.cpp | 81 int32_t index = 0; in SetSearchElementInfoByAccessibilityIdResult() local
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | accessibility_extension_context.cpp | 121 RetError AccessibilityExtensionContext::GetChildElementInfo(const int32_t index, in GetChildElementInfo() argument
|
/foundation/arkui/ui_lite/test/uitest/test_view_percent/ |
H A D | ui_test_view_percent.cpp | 190 void UITestViewPercent::AddElement(int16_t index) in AddElement() argument
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_multifinger_multitap_test.cpp | 589 int32_t index = 1; in HWTEST_F() local 611 int32_t index = 1; in HWTEST_F() local
|
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_input_manager.cpp | 45 int32_t MockInputManager::GetTouchActionOfTargetIndex(int32_t index) in GetTouchActionOfTargetIndex() argument
|
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | app_domain_verify_manager_napi.cpp | 49 size_t index = 0; in BuildStringArray() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 202 int32_t BundleStreamInstallerHostImpl::CreateSharedBundleStream(const std::string &hspName, uint32_t index) in CreateSharedBundleStream() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.h | 140 RefPtr<FrameNode> GetChildFrameNode(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildFrameNode() argument 145 RefPtr<FocusHub> GetChildFocusHub(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildFocusHub() argument 151 RefPtr<T> GetChildPattern(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildPattern() argument 158 GetChildLayoutProperty(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildLayoutProperty() argument 165 GetChildAccessibilityProperty(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildAccessibilityProperty() argument 171 GetChildEventHub(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildEventHub() argument 176 GetChildRect(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildRect() argument 181 GetChildSize(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildSize() argument 186 GetChildOffset(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildOffset() argument 191 GetChildX(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildX() argument 196 GetChildY(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildY() argument 201 GetChildWidth(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildWidth() argument 206 GetChildHeight(const RefPtr<FrameNode>& frameNode, int32_t index) GetChildHeight() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/ |
H A D | cache_manager.cpp | 103 size_t index = 0; in PrecheckStatus() local 133 size_t index = 0; in DistributeCacheRange() local [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.cpp | 132 int16_t index = 0; in PerformScan() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_top_down_test.cpp | 69 int32_t index = info->items_[0].rbegin()->first; in HWTEST_F() local
|