Home
last modified time | relevance | path

Searched defs:SetCachedCount (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dwater_flow_model_impl.h54 void SetCachedCount(int32_t value, bool show) override {}; in SetCachedCount() function
H A Dlist_model_impl.cpp112 void ListModelImpl::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() function in OHOS::Ace::Framework::ListModelImpl
H A Dswiper_model_impl.cpp108 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::Framework::SwiperModelImpl
H A Dgrid_model_impl.cpp126 void GridModelImpl::SetCachedCount(int32_t value, bool show) in SetCachedCount() function in OHOS::Ace::Framework::GridModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.cpp80 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::GridComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h188 void SetCachedCount(int32_t cacheCount) in SetCachedCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp126 void GridModelNG::SetCachedCount(int32_t value, bool show) in SetCachedCount() function in OHOS::Ace::NG::GridModelNG
439 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp287 void WaterFlowModelNG::SetCachedCount(int32_t value, bool show) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowModelNG
293 void WaterFlowModelNG::SetCachedCount(FrameNode* frameNode, int32_t value) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h291 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
H A Dswiper_model_ng.cpp128 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::SwiperModelNG
466 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::SwiperModelNG
H A Dswiper_pattern.h389 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp113 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount() function
H A Dgrid_modifier.cpp430 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
H A Dwater_flow_modifier.cpp326 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
H A Dnode_list_modifier.cpp129 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp453 void JSWaterFlow::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp425 void JSGrid::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSGrid
H A Djs_list.cpp181 void JSList::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSList
H A Djs_swiper.cpp839 void JSSwiper::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSSwiper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h161 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp202 void ListModelNG::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() function in OHOS::Ace::NG::ListModelNG
492 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::ListModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp499 ArkUINativeModuleValue WaterFlowBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowBridge
H A Darkts_native_grid_bridge.cpp351 ArkUINativeModuleValue GridBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_list_bridge.cpp176 ArkUINativeModuleValue ListBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::ListBridge