Home
last modified time | relevance | path

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

/ohos5.0/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;
/ohos5.0/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.h131 class ACE_EXPORT AceAsyncScopedTrace final {
133 AceAsyncScopedTrace(const char* format, ...);
134 ~AceAsyncScopedTrace();
136 ACE_DISALLOW_COPY_AND_MOVE(AceAsyncScopedTrace);
/ohos5.0/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()
714 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in StartInner()
717 … asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": friction").c_str()); in StartInner()
719 … asyncTrace_ = std::make_shared<AceAsyncScopedTrace>((animatorName_ + ": spring").c_str()); in StartInner()
721 asyncTrace_ = std::make_shared<AceAsyncScopedTrace>(animatorName_.c_str()); in StartInner()
H A Danimator.h274 std::shared_ptr<AceAsyncScopedTrace> asyncTrace_;