/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_ffi.cpp | 54 void FfiOHOSAceFrameworkGridSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkGridSetCachedCount() argument
|
H A D | cj_swiper_ffi.cpp | 159 void FfiOHOSAceFrameworkSwiperSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkSwiperSetCachedCount() argument
|
H A D | cj_list_ffi.cpp | 199 void FfiOHOSAceFrameworkListSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkListSetCachedCount() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_component.cpp | 80 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | swiper_model_impl.cpp | 107 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount() argument
|
H A D | list_model_impl.cpp | 109 void ListModelImpl::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 252 auto cachedCount = renderSwiper ? renderSwiper->GetCachedCount() : 1; in GetCachedCount() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 565 LayoutCachedForward(LayoutWrapper* layoutWrapper, int32_t cacheCount, int32_t& cachedCount, int32_t& curIndex) LayoutCachedForward() argument 617 LayoutCachedBackward(LayoutWrapper* layoutWrapper, int32_t cacheCount, int32_t& cachedCount, int32_t& curIndex) LayoutCachedBackward() argument [all...] |
H A D | list_model_ng.cpp | 194 void ListModelNG::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() argument 484 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() argument 491 int32_t cachedCount = 1; in GetCachedCount() local
|
H A D | list_layout_algorithm.cpp | 1957 LayoutCachedForward(LayoutWrapper* layoutWrapper, int32_t cacheCount, int32_t& cachedCount, int32_t& curIndex) LayoutCachedForward() argument 1996 LayoutCachedBackward(LayoutWrapper* layoutWrapper, int32_t cacheCount, int32_t& cachedCount, int32_t& curIndex) LayoutCachedBackward() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | grid_layout_manager.cpp | 148 CalculateCachedRange( int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) CalculateCachedRange() argument
|
H A D | list_layout_manager.cpp | 118 CalculateCachedRange( int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) CalculateCachedRange() argument
|
H A D | list_component.h | 161 void SetCachedCount(int32_t cachedCount) in SetCachedCount() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 206 const int32_t cachedCount = layoutProperty->GetCachedCountValue(1); in Layout() local
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
H A D | avbuffer_queue.cpp | 482 auto cachedCount = GetCachedBufferCount(); in AttachAvailableBufferLocked() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.cpp | 430 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() argument 562 int32_t cachedCount = 1; in GetCachedCount() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 455 int32_t cachedCount = 1; in SetCachedCount() local
|
H A D | js_grid.cpp | 427 int32_t cachedCount = 1; in SetCachedCount() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.cpp | 300 int32_t cachedCount = 1; in GetCachedCount() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_list_bridge.cpp | 180 int32_t cachedCount = secondArg->Int32Value(vm); in SetCachedCount() local
|
H A D | arkts_native_water_flow_bridge.cpp | 507 int32_t cachedCount = 0; in SetCachedCount() local
|
H A D | arkts_native_swiper_bridge.cpp | 405 int32_t cachedCount = valueArg->Int32Value(vm); in SetSwiperCachedCount() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model_ng.cpp | 125 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() argument 485 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() argument 497 int32_t cachedCount = 1; in GetCachedCount() local
|
H A D | swiper_layout_algorithm.h | 275 void SetCachedCount(int32_t cachedCount) in SetCachedCount() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 164 void SetGridCachedCount(ArkUINodeHandle node, int32_t cachedCount) in SetGridCachedCount() argument 426 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() argument
|