Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dwater_flow_model_impl.h53 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.cpp83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::GridComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp117 void GridModelNG::SetCachedCount(int32_t value) in SetCachedCount() function in OHOS::Ace::NG::GridModelNG
408 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/swiper/
Dswiper_model_ng.cpp103 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::SwiperModelNG
352 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::SwiperModelNG
Dswiper_pattern.h501 void SetCachedCount(int32_t cachedCount) in SetCachedCount() function
/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/list/
Dlist_model_ng.cpp169 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::NG::ListModelNG
401 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.cpp323 void JSWaterFlow::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSWaterFlow
Djs_grid.cpp419 void JSGrid::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSGrid
Djs_list.cpp113 void JSList::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSList
Djs_swiper.cpp746 void JSSwiper::SetCachedCount(const JSCallbackInfo& info) in SetCachedCount() function in OHOS::Ace::Framework::JSSwiper
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_model_ng.cpp219 void WaterFlowModelNG::SetCachedCount(int32_t value) in SetCachedCount() function in OHOS::Ace::NG::WaterFlowModelNG
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_list_modifier.cpp124 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
Dlist_modifier.cpp114 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount() function
Dapi.h1487 void (*SetCachedCount)(NodeHandle node, int32_t cachedCount); member
/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_grid_bridge.cpp256 ArkUINativeModuleValue GridBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::GridBridge
Darkts_native_list_bridge.cpp169 ArkUINativeModuleValue ListBridge::SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCachedCount() function in OHOS::Ace::NG::ListBridge