Searched refs:AceAsyncScopedTrace (Results 1 – 5 of 5) sorted by relevance
71 std::atomic<std::int32_t> AceAsyncScopedTrace::id_ = 0;73 AceAsyncScopedTrace::AceAsyncScopedTrace(const char* /* format */, ...) {} in AceAsyncScopedTrace() function in OHOS::Ace::AceAsyncScopedTrace75 AceAsyncScopedTrace::~AceAsyncScopedTrace() = default;
134 std::atomic<std::int32_t> AceAsyncScopedTrace::id_ = 0;136 AceAsyncScopedTrace::AceAsyncScopedTrace(const char* format, ...) in AceAsyncScopedTrace() function in OHOS::Ace::AceAsyncScopedTrace145 AceAsyncScopedTrace::~AceAsyncScopedTrace() in ~AceAsyncScopedTrace()
131 class ACE_EXPORT AceAsyncScopedTrace final {133 AceAsyncScopedTrace(const char* format, ...);134 ~AceAsyncScopedTrace();136 ACE_DISALLOW_COPY_AND_MOVE(AceAsyncScopedTrace);
470 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()
274 std::shared_ptr<AceAsyncScopedTrace> asyncTrace_;