Home
last modified time | relevance | path

Searched refs:asyncTrace_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.cpp445 asyncTrace_ = nullptr; in Pause()
470 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in Resume()
473asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": friction").c_str()); in Resume()
475asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": spring").c_str()); in Resume()
477 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in Resume()
509 asyncTrace_ = nullptr; in Stop()
567 asyncTrace_ = nullptr; in Cancel()
714 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in StartInner()
717asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": friction").c_str()); in StartInner()
719asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": spring").c_str()); in StartInner()
[all …]
H A Danimator.h274 std::shared_ptr<AceAsyncScopedTrace> asyncTrace_; variable