Home
last modified time | relevance | path

Searched refs:GetParentSpanId (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp163 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 Dhitraceid.h76 uint64_t GetParentSpanId() const;
/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp92 uint64_t HiTraceId::GetParentSpanId() const in GetParentSpanId() function in OHOS::HiviewDFX::HiTraceId
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H A Dhitracechain_ffi.h36 traceId.parentSpanId = id.GetParentSpanId(); in Parse()
/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()
/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()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp104 traceInfo_.pSpanId = hitraceId.GetParentSpanId(); in WritebaseInfo()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp385 pspanId_ = static_cast<int64_t>(hitraceId.GetParentSpanId()); in InitTraceInfo()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp200 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()

Completed in 10 milliseconds