Searched refs:appCallerEvent_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 255 appCallerEvent_->uid_, appCallerEvent_->pid_); in DoCaptureTrace() 267 appCallerEvent_->uid_, appCallerEvent_->pid_); in DoCaptureTrace() 275 …int64_t delay = appCallerEvent_->taskBeginTime_ - static_cast<int64_t>(appCallerEvent_->happenTime… in DoCaptureTrace() 278 appCallerEvent_->uid_, appCallerEvent_->pid_, delay, cost); in DoCaptureTrace() 286 if (preState->appCallerEvent_->pid_ != appCallerEvent_->pid_) { in Accept() 316 appCallerEvent_->uid_, appCallerEvent_->pid_); in DoCaptureTrace() 339 … int64_t cost = appCallerEvent_->taskEndTime_ - static_cast<int64_t>(appCallerEvent_->happenTime_); in DoCaptureTrace() 341 appCallerEvent_->uid_, appCallerEvent_->pid_, delay, cost); in DoCaptureTrace() 384 appCallerEvent_->uid_, appCallerEvent_->pid_); in DoCaptureTrace() 393 appCallerEvent_->uid_, appCallerEvent_->pid_, result.retCode); in DoCaptureTrace() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/include/ |
H A D | app_trace_context.h | 52 …red_ptr<AppCallerEvent> appCallerEvent) : appTraceContext_(context), appCallerEvent_(appCallerEven… in AppTraceState() 65 std::shared_ptr<AppCallerEvent> appCallerEvent_; variable
|