Searched refs:GetParentSpanId (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechaincpp_test.cpp | 163 EXPECT_EQ(PARENT_SPAN_ID, initId.GetParentSpanId()); 172 EXPECT_EQ(PARENT_SPAN_ID, getId.GetParentSpanId()); 182 EXPECT_EQ(PARENT_SPAN_ID, getId.GetParentSpanId()); 243 EXPECT_EQ(PARENT_SPAN_ID, bytesToId.GetParentSpanId()); 358 EXPECT_EQ(0UL, id.GetParentSpanId()); 365 EXPECT_EQ(childId.GetParentSpanId(), id.GetSpanId()); 406 EXPECT_EQ(childId.GetParentSpanId(), id.GetParentSpanId()); 715 EXPECT_EQ(0UL, id.GetParentSpanId()); 796 EXPECT_EQ(id.GetParentSpanId(), currentId2.GetParentSpanId()); 928 EXPECT_EQ(id.GetParentSpanId(), currentId2.GetParentSpanId()); [all …]
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/ |
H A D | hitraceid.h | 76 uint64_t GetParentSpanId() const;
|
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | hitraceid.cpp | 92 uint64_t HiTraceId::GetParentSpanId() const in GetParentSpanId() function in OHOS::HiviewDFX::HiTraceId
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/ |
H A D | hitracechain_ffi.h | 36 traceId.parentSpanId = id.GetParentSpanId(); in Parse()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_util.cpp | 104 traceId.GetParentSpanId()); in CreateHiTraceIdJsObject() 106 static_cast<unsigned long long>(traceId.GetParentSpanId())); in CreateHiTraceIdJsObject()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
H A D | libhitracechain.map | 8 "OHOS::HiviewDFX::HiTraceId::GetParentSpanId() const";
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hitracechain.md | 73 | | uint64_t GetParentSpanId() | uint64_t HiTraceChainGetParentSpanId(const HiTraceIdStruct* pId) | 135 | | uint64_t GetParentSpanId() | 功能:获取当前HiTraceId对象中的父分支ID。<br/>输入参数:无。<br/>输出参数:无。<br/>返回值:父分支ID。…
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 255 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in AddTraceMarkerLarge() 624 hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId(), name.c_str()) in AddHitraceMeterMarker() 632 … hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId(), name.c_str(), value) in AddHitraceMeterMarker()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hitracechain.md | 73 | | uint64_t GetParentSpanId() | uint64_t HiTraceChainGetParentSpanId(const HiTraceIdStruct* pId) | 135 | | uint64_t GetParentSpanId() | Obtains the parent span ID from the current **HiTraceId** object.…
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | hisysevent.cpp | 103 traceInfo_.pSpanId = hitraceId.GetParentSpanId(); in WritebaseInfo()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 385 pspanId_ = static_cast<int64_t>(hitraceId.GetParentSpanId()); in InitTraceInfo()
|
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 160 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
|