Home
last modified time | relevance | path

Searched refs:GetParentSpanId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp163 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 Dhitraceid.h76 uint64_t GetParentSpanId() const;
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp92 uint64_t HiTraceId::GetParentSpanId() const in GetParentSpanId() function in OHOS::HiviewDFX::HiTraceId
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H A Dhitracechain_ffi.h36 traceId.parentSpanId = id.GetParentSpanId(); in Parse()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_util.cpp104 traceId.GetParentSpanId()); in CreateHiTraceIdJsObject()
106 static_cast<unsigned long long>(traceId.GetParentSpanId())); in CreateHiTraceIdJsObject()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/
H A Dlibhitracechain.map8 "OHOS::HiviewDFX::HiTraceId::GetParentSpanId() const";
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md73 | | 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 Dhitrace_meter.cpp255 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 Dsubsys-dfx-hitracechain.md73 | | 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 Dhisysevent.cpp103 traceInfo_.pSpanId = hitraceId.GetParentSpanId(); in WritebaseInfo()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp385 pspanId_ = static_cast<int64_t>(hitraceId.GetParentSpanId()); in InitTraceInfo()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp160 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()