Home
last modified time | relevance | path

Searched refs:parentSpanId (Results 1 – 11 of 11) sorted by relevance

/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
Dhitracechainc.h90 uint64_t parentSpanId : 26; member
96 uint64_t parentSpanId : 26;
128 pId->parentSpanId = 0; in HiTraceChainInitId()
182 pId->flags = pId->spanId = pId->parentSpanId = 0; in HiTraceChainSetChainId()
208 return pId->parentSpanId; in HiTraceChainGetParentSpanId()
211 static inline void HiTraceChainSetParentSpanId(HiTraceIdStruct* pId, uint64_t parentSpanId) in HiTraceChainSetParentSpanId() argument
214 pId->parentSpanId = parentSpanId; in HiTraceChainSetParentSpanId()
Dhitraceid.h82 void SetParentSpanId(uint64_t parentSpanId);
/base/hiviewdfx/hitrace/frameworks/native/
Dhitraceid.cpp32 id_.parentSpanId = 0; in HiTraceId()
97 void HiTraceId::SetParentSpanId(uint64_t parentSpanId) in SetParentSpanId() argument
99 HiTraceChainSetParentSpanId(&id_, parentSpanId); in SetParentSpanId()
Dhitracechainc.c163 id.parentSpanId = 0; in HiTraceChainBegin()
239 hashData[1] = id.parentSpanId; // 1: parent span id in HiTraceChainCreateSpan()
246 id.parentSpanId = id.spanId; in HiTraceChainCreateSpan()
290 (unsigned long long)pId->spanId, (unsigned long long)pId->parentSpanId, buff); in HiTraceChainTracepointInner()
325 …t HiTraceChainGetInfo(uint64_t* chainId, uint32_t* flags, uint64_t* spanId, uint64_t* parentSpanId) in HiTraceChainGetInfo() argument
327 if (!chainId || !flags || !spanId || !parentSpanId) { in HiTraceChainGetInfo()
345 *parentSpanId = 0; in HiTraceChainGetInfo()
350 *parentSpanId = HiTraceChainGetParentSpanId(&id); in HiTraceChainGetInfo()
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_dump_request.h49 uint64_t parentSpanId : 26; member
55 uint64_t parentSpanId : 26;
/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/source/
Dhitracechain_c_wrapper.c74 void HiTraceChainSetParentSpanIdWrapper(HiTraceIdStruct* pId, uint64_t parentSpanId) in HiTraceChainSetParentSpanIdWrapper() argument
76 HiTraceChainSetParentSpanId(pId, parentSpanId); in HiTraceChainSetParentSpanIdWrapper()
/base/hiviewdfx/hitrace/test/unittest/common/native/
Dhitracechainc_test.cpp38 static_cast<int>((p)->spanId), static_cast<int>((p)->parentSpanId))
109 constexpr uint64_t parentSpanId = 0x67890; variable
116 HiTraceChainSetParentSpanId(&setId, parentSpanId);
126 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&getId));
140 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&getId));
174 constexpr uint64_t parentSpanId = 0x67890; variable
176 HiTraceIdStruct id = {HITRACE_ID_VALID, HITRACE_VER_1, chainId, flags, spanId, parentSpanId};
200 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&bytesToId));
/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/include/
Dhitracechain_c_wrapper.h57 void HiTraceChainSetParentSpanIdWrapper(HiTraceIdStruct* pId, uint64_t parentSpanId);
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp214 uint64_t parentSpanId = 0; in HiLogPrintArgs() local
219 ret = func(&chainId, &flag, &spanId, &parentSpanId); in HiLogPrintArgs()
224 … (unsigned long long)chainId, (unsigned long long)spanId, (unsigned long long)parentSpanId); in HiLogPrintArgs()
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_util.cpp122 uint64_t parentSpanId = NapiHitraceUtil::GetPropertyInt64(env, valueObject, in TransHiTraceIdJsObjectToNative() local
125 static_cast<unsigned long long>(parentSpanId)); in TransHiTraceIdJsObjectToNative()
126 traceId.SetParentSpanId(parentSpanId); in TransHiTraceIdJsObjectToNative()
/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhiview_log.c1522 uint64_t parentSpanId = 0; in HiLogPrintArgs() local
1527 ret = func(&chainId, &flag, &spanId, &parentSpanId); in HiLogPrintArgs()
1532 … (unsigned long long)chainId, (unsigned long long)spanId, (unsigned long long)parentSpanId); in HiLogPrintArgs()