Home
last modified time | relevance | path

Searched refs:GetSpanId (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp162 EXPECT_EQ(SPAN_ID, initId.GetSpanId()); in HWTEST_F()
171 EXPECT_EQ(SPAN_ID, getId.GetSpanId()); in HWTEST_F()
181 EXPECT_EQ(SPAN_ID, getId.GetSpanId()); in HWTEST_F()
242 EXPECT_EQ(SPAN_ID, bytesToId.GetSpanId()); in HWTEST_F()
357 EXPECT_EQ(0UL, id.GetSpanId()); in HWTEST_F()
365 EXPECT_EQ(childId.GetParentSpanId(), id.GetSpanId()); in HWTEST_F()
375 EXPECT_EQ(grandChildId.GetParentSpanId(), childId.GetSpanId()); in HWTEST_F()
405 EXPECT_EQ(childId.GetSpanId(), id.GetSpanId()); in HWTEST_F()
714 EXPECT_EQ(0UL, id.GetSpanId()); in HWTEST_F()
[all...]
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitraceid.h67 uint64_t GetSpanId() const;
/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp81 uint64_t HiTraceId::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::HiTraceId
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H A Dhitracechain_ffi.h35 traceId.spanId = id.GetSpanId(); in Parse()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp108 recordStruct.spandId = recordObj.GetSpanId(); in ConvertRecord()
H A Dhisysevent_record.cpp114 uint64_t HiSysEventRecord::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::HiSysEventRecord
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp53 (void)record.GetSpanId(); in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h54 uint64_t GetSpanId() const;
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_util.cpp100 NapiHitraceUtil::SetPropertyInt64(env, valueObject, SPAN_ID_ATTR, traceId.GetSpanId()); in CreateHiTraceIdJsObject()
102 static_cast<unsigned long long>(traceId.GetSpanId())); in CreateHiTraceIdJsObject()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp90 bucket.PutLong(Events::FIELD_SPAN_ID, event->GetSpanId()); in Insert()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h204 int64_t GetSpanId() const;
/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/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp384 spanId_ = static_cast<int64_t>(hitraceId.GetSpanId()); in InitTraceInfo()
699 int64_t AppEventPack::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::AppEventPack
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp103 traceInfo_.spanId = hitraceId.GetSpanId(); in WritebaseInfo()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp200 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1463 auto spanId = record.GetSpanId(); in HWTEST_F()

Completed in 15 milliseconds