Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dwater_flow_model_impl.h54 void SetCachedCount(int32_t value) override {}; in SetCachedCount() function
Dlist_model_impl.cpp112 void ListModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::Framework::ListModelImpl
Dswiper_model_impl.cpp108 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::Framework::SwiperModelImpl
Dgrid_model_impl.cpp126 void GridModelImpl::SetCachedCount(int32_t value) in SetCachedCount() function in OHOS::Ace::Framework::GridModelImpl
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_component.cpp80 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::GridComponent
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Dgrid_layout_component.h188 void SetCachedCount(int32_t cacheCount) in SetCachedCount() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp126 void GridModelNG::SetCachedCount(int32_t value) in SetCachedCount() function in OHOS::Ace::NG::GridModelNG
438 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::GridModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_model_ng.cpp287 void WaterFlowModelNG::SetCachedCount(int32_t value) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowModelNG
292 void WaterFlowModelNG::SetCachedCount(FrameNode* frameNode, int32_t value) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_layout_algorithm.h291 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
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
Dswiper_pattern.h389 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dlist_modifier.cpp113 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount() function
Dgrid_modifier.cpp429 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
Dwater_flow_modifier.cpp325 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
Dnode_list_modifier.cpp128 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_model_ng.cpp202 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::ListModelNG
491 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::ListModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp453 void JSWaterFlow::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSWaterFlow
Djs_grid.cpp425 void JSGrid::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSGrid
Djs_list.cpp180 void JSList::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSList
Djs_swiper.cpp839 void JSSwiper::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSSwiper
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_component.h161 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_water_flow_bridge.cpp464 ArkUINativeModuleValue WaterFlowBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowBridge
Darkts_native_grid_bridge.cpp257 ArkUINativeModuleValue GridBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::GridBridge
Darkts_native_list_bridge.cpp173 ArkUINativeModuleValue ListBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::ListBridge