Home
last modified time | relevance | path

Searched refs:ResetLoop (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_video_bridge.h31 static ArkUINativeModuleValue ResetLoop(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_video_bridge.cpp120 ArkUINativeModuleValue VideoBridge::ResetLoop(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetLoop() function in OHOS::Ace::NG::VideoBridge
H A Darkts_native_api_impl_bridge.cpp2113 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), VideoBridge::ResetLoop)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_paint_property.h52 ResetLoop(); in Reset()
H A Dmarquee_model_ng.h60 static void ResetLoop(FrameNode* frameNode);
H A Dmarquee_layout_property.h61 ResetLoop(); in Reset()
H A Dmarquee_model_ng.cpp347 void MarqueeModelNG::ResetLoop(FrameNode* frameNode) in ResetLoop() function in OHOS::Ace::NG::MarqueeModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_layout_property.h56 ResetLoop(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_layout_property.h52 ResetLoop(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_property.h103 ResetLoop(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmarquee_modifier.cpp245 MarqueeModelNG::ResetLoop(frameNode); in ResetMarqueeLoop()