Home
last modified time | relevance | path

Searched refs:STOP_APP_TRACE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dcollect_event.h27 constexpr char STOP_APP_TRACE[] = "STOP_APP_TRACE"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp238 appCallerEvent_->eventName_ = UCollectUtil::STOP_APP_TRACE; in CaptureTrace()
307 appCallerEvent_->eventName_ = UCollectUtil::STOP_APP_TRACE; in CaptureTrace()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp247 if (event->eventName_ == UCollectUtil::STOP_APP_TRACE) { in OnEvent()