/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_water_flow_bridge.h | 53 static ArkUINativeModuleValue ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.h | 39 static ArkUINativeModuleValue ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.h | 32 static ArkUINativeModuleValue ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_water_flow_bridge.cpp | 519 ArkUINativeModuleValue WaterFlowBridge::ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetCachedCount() function in OHOS::Ace::NG::WaterFlowBridge
|
H A D | arkts_native_grid_bridge.cpp | 373 ArkUINativeModuleValue GridBridge::ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetCachedCount() function in OHOS::Ace::NG::GridBridge
|
H A D | arkts_native_list_bridge.cpp | 201 ArkUINativeModuleValue ListBridge::ResetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetCachedCount() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3291 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::ResetCachedCount)); in RegisterGridAttributes() 4280 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), WaterFlowBridge::ResetCachedCount)); in RegisterWaterFlowAttributes() 4941 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetCachedCount)); in RegisterListAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 437 void ResetCachedCount(ArkUINodeHandle node) in ResetCachedCount() function 501 …ResetNodeAdapter, GetNodeAdapter, SetCachedCount, ResetCachedCount, GetCachedCount, SetFlingSpeedL… in GetGridModifier() 518 ResetCachedCount, GetCachedCount, SetFlingSpeedLimit, ResetFlingSpeedLimit }; in GetCJUIGridModifier()
|
H A D | list_modifier.cpp | 123 void ResetCachedCount(NodeHandle node) in ResetCachedCount() function 364 …ResetCachedCount, SetEnableScrollInteraction, ResetEnableScrollInteraction, SetSticky, ResetSticky, in GetListModifier()
|
H A D | water_flow_modifier.cpp | 333 void ResetCachedCount(ArkUINodeHandle node) in ResetCachedCount() function 668 …SetCachedCount, ResetCachedCount, GetCachedCount, SetShowCached, ResetShowCached, GetShowCached, S… in GetWaterFlowModifier() 689 …SetCachedCount, ResetCachedCount, GetCachedCount, SetEdgeEffect, ResetEdgeEffect, SetWaterFlowScro… in GetCJUIWaterFlowModifier()
|
H A D | node_list_modifier.cpp | 139 void ResetCachedCount(ArkUINodeHandle node) in ResetCachedCount() function 706 …ResetCachedCount, GetEnableScrollInteraction, SetEnableScrollInteraction, ResetEnableScrollInterac… in GetListModifier() 736 …ResetCachedCount, GetEnableScrollInteraction, SetEnableScrollInteraction, ResetEnableScrollInterac… in GetCJUIListModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_property.h | 75 ResetCachedCount(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_property.h | 59 ResetCachedCount(); in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_property.h | 81 ResetCachedCount(); in Reset()
|