Searched refs:GetParentSpanId (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechaincpp_test.cpp | 163 EXPECT_EQ(PARENT_SPAN_ID, initId.GetParentSpanId()); in HWTEST_F() 172 EXPECT_EQ(PARENT_SPAN_ID, getId.GetParentSpanId()); in HWTEST_F() 182 EXPECT_EQ(PARENT_SPAN_ID, getId.GetParentSpanId()); in HWTEST_F() 243 EXPECT_EQ(PARENT_SPAN_ID, bytesToId.GetParentSpanId()); in HWTEST_F() 358 EXPECT_EQ(0UL, id.GetParentSpanId()); in HWTEST_F() 365 EXPECT_EQ(childId.GetParentSpanId(), id.GetSpanId()); in HWTEST_F() 375 EXPECT_EQ(grandChildId.GetParentSpanId(), childId.GetSpanId()); in HWTEST_F() 406 EXPECT_EQ(childId.GetParentSpanId(), id.GetParentSpanId()); in HWTEST_F() 715 EXPECT_EQ(0UL, id.GetParentSpanId()); in HWTEST_F() [all...] |
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/ |
H A D | hitraceid.h | 76 uint64_t GetParentSpanId() const;
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | hitraceid.cpp | 92 uint64_t HiTraceId::GetParentSpanId() const
in GetParentSpanId() function in OHOS::HiviewDFX::HiTraceId
|
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/ |
H A D | hitracechain_ffi.h | 36 traceId.parentSpanId = id.GetParentSpanId(); in Parse()
|
/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()
|
/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()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | hisysevent.cpp | 104 traceInfo_.pSpanId = hitraceId.GetParentSpanId(); in WritebaseInfo()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 385 pspanId_ = static_cast<int64_t>(hitraceId.GetParentSpanId());
in InitTraceInfo()
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 200 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
|
Completed in 10 milliseconds