Home
last modified time | relevance | path

Searched refs:SetCachedCount (Results 1 - 25 of 63) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp106 model.SetCachedCount(10); // 10 lines in HWTEST_F()
141 model.SetCachedCount(10); // 10 lines in HWTEST_F()
177 model.SetCachedCount(6); // 6 lines in HWTEST_F()
213 model.SetCachedCount(1); // 6 lines in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp168 GridModelNG::SetCachedCount(frameNode, cachedCount); in SetGridCachedCount()
175 GridModelNG::SetCachedCount(frameNode, DEFAULT_CACHED_COUNT); in ResetGridCachedCount()
426 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function
430 GridModelNG::SetCachedCount(frameNode, cachedCount); in SetCachedCount()
437 GridModelNG::SetCachedCount(frameNode, 1); in ResetCachedCount()
497 ResetNodeAdapter, GetNodeAdapter, SetCachedCount, ResetCachedCount, GetCachedCount, SetFlingSpeedLimit, in GetGridModifier()
513 GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, ResetNodeAdapter, GetNodeAdapter, SetCachedCount, in GetCJUIGridModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_view.h38 static void SetCachedCount(int32_t value);
H A Dgrid_model_ng.h44 void SetCachedCount(int32_t value, bool show = false) override;
88 static void SetCachedCount(FrameNode* frameNode, int32_t cachedCount);
H A Dgrid_model.h52 virtual void SetCachedCount(int32_t value, bool show = false) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.h42 static void SetCachedCount(const JSCallbackInfo& info);
H A Djs_grid.h41 static void SetCachedCount(const JSCallbackInfo& info);
H A Djs_swiper.h50 static void SetCachedCount(const JSCallbackInfo& info);
H A Djs_list.h64 static void SetCachedCount(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.cpp109 void ListModelImpl::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() function in OHOS::Ace::Framework::ListModelImpl
111 JSViewSetProperty(&V2::ListComponent::SetCachedCount, cachedCount); in SetCachedCount()
H A Dswiper_model_impl.h41 void SetCachedCount(int32_t cachedCount) override;
H A Dwater_flow_model_impl.h54 void SetCachedCount(int32_t value, bool show) override {};
H A Dgrid_model_impl.h38 void SetCachedCount(int32_t value, bool show) override;
H A Dlist_model_impl.h48 void SetCachedCount(int32_t cachedCount, bool show = false) override;
H A Dgrid_model_impl.cpp123 void GridModelImpl::SetCachedCount(int32_t value, bool show) in SetCachedCount() function in OHOS::Ace::Framework::GridModelImpl
128 grid->SetCachedCount(value); in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h57 void SetCachedCount(int32_t value, bool show = false) override;
86 static void SetCachedCount(FrameNode* frameNode, int32_t value);
H A Dwater_flow_model.h66 virtual void SetCachedCount(int32_t value, bool show = false) = 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
H A Dgrid_component.h50 void SetCachedCount(int32_t cachedCount);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.h52 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h38 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.h31 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_grid_ffi.cpp56 GridModel::GetInstance()->SetCachedCount(cachedCount); in FfiOHOSAceFrameworkGridSetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model.h57 virtual void SetCachedCount(int32_t cachedCount, bool show = false) = 0;
H A Dlist_model_ng.h46 void SetCachedCount(int32_t cachedCount, bool show = false) override;
83 static void SetCachedCount(FrameNode* frameNode, int32_t cachedCount);

Completed in 16 milliseconds

123