Lines Matching refs:hitraceId_
60 hitraceId_.SetChainId(pendingJob->GetChainId());
61 hitraceId_.SetSpanId(pendingJob->GetSpanId());
62 hitraceId_.SetParentSpanId(pendingJob->GetParentSpanId());
63 hitraceId_.SetFlags(pendingJob->GetFlags());
65 if (hitraceId_.IsValid()) {
66 HiTraceChain::SetId(hitraceId_);
67 if (hitraceId_.IsFlagEnabled(HITRACE_FLAG_TP_INFO)) {
69 hitraceId_, "Before %s pending job execute", "Promise");
77 if (hitraceId_.IsValid()) {
78 if (hitraceId_.IsFlagEnabled(HITRACE_FLAG_TP_INFO)) {
80 hitraceId_, "After %s pending job execute", "Promise");