/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechaincpp_test.cpp | 162 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 D | hitraceid.h | 67 uint64_t GetSpanId() const;
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | hitraceid.cpp | 81 uint64_t HiTraceId::GetSpanId() const
in GetSpanId() function in OHOS::HiviewDFX::HiTraceId
|
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/ |
H A D | hitracechain_ffi.h | 35 traceId.spanId = id.GetSpanId(); in Parse()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 108 recordStruct.spandId = recordObj.GetSpanId(); in ConvertRecord()
|
H A D | hisysevent_record.cpp | 114 uint64_t HiSysEventRecord::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::HiSysEventRecord
|
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 53 (void)record.GetSpanId(); in HiSysEventRecordTest()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 54 uint64_t GetSpanId() const;
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_util.cpp | 100 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 D | app_event_dao.cpp | 90 bucket.PutLong(Events::FIELD_SPAN_ID, event->GetSpanId());
in Insert()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 204 int64_t GetSpanId() const;
|
/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/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 384 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 D | hisysevent.cpp | 103 traceInfo_.spanId = hitraceId.GetSpanId(); in WritebaseInfo()
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 200 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 1463 auto spanId = record.GetSpanId();
in HWTEST_F()
|