Home
last modified time | relevance | path

Searched refs:AceAsyncScopedTrace (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ace_trace.cpp71 std::atomic<std::int32_t> AceAsyncScopedTrace::id_ = 0;
73 AceAsyncScopedTrace::AceAsyncScopedTrace(const char* /* format */, ...) {} in AceAsyncScopedTrace() function in OHOS::Ace::AceAsyncScopedTrace
75 AceAsyncScopedTrace::~AceAsyncScopedTrace() = default;
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_trace.cpp134 std::atomic<std::int32_t> AceAsyncScopedTrace::id_ = 0;
136 AceAsyncScopedTrace::AceAsyncScopedTrace(const char* format, ...) in AceAsyncScopedTrace() function in OHOS::Ace::AceAsyncScopedTrace
145 AceAsyncScopedTrace::~AceAsyncScopedTrace() in ~AceAsyncScopedTrace()
H A Dace_trace.h133 class ACE_EXPORT AceAsyncScopedTrace final {
135 AceAsyncScopedTrace(const char* format, ...);
136 ~AceAsyncScopedTrace();
138 ACE_DISALLOW_COPY_AND_MOVE(AceAsyncScopedTrace);
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.cpp470 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in Resume()
473 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": friction").c_str()); in Resume()
475 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": spring").c_str()); in Resume()
477 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in Resume()
712 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in StartInner()
715 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": friction").c_str()); in StartInner()
717 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": spring").c_str()); in StartInner()
719 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in StartInner()
H A Danimator.h274 std::shared_ptr<AceAsyncScopedTrace> asyncTrace_;

Completed in 3 milliseconds