Home
last modified time | relevance | path

Searched refs:GetSpanId (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp162 EXPECT_EQ(SPAN_ID, initId.GetSpanId());
171 EXPECT_EQ(SPAN_ID, getId.GetSpanId());
181 EXPECT_EQ(SPAN_ID, getId.GetSpanId());
242 EXPECT_EQ(SPAN_ID, bytesToId.GetSpanId());
357 EXPECT_EQ(0UL, id.GetSpanId());
365 EXPECT_EQ(childId.GetParentSpanId(), id.GetSpanId());
405 EXPECT_EQ(childId.GetSpanId(), id.GetSpanId());
714 EXPECT_EQ(0UL, id.GetSpanId());
795 EXPECT_EQ(id.GetSpanId(), currentId2.GetSpanId());
927 EXPECT_EQ(id.GetSpanId(), currentId2.GetSpanId());
[all …]
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitraceid.h67 uint64_t GetSpanId() const;
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp81 uint64_t HiTraceId::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::HiTraceId
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H A Dhitracechain_ffi.h35 traceId.spanId = id.GetSpanId(); in Parse()
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h54 uint64_t GetSpanId() const;
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp53 (void)record.GetSpanId(); in HiSysEventRecordTest()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/
H A Dlibhitracechain.map7 "OHOS::HiviewDFX::HiTraceId::GetSpanId() const";
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md71 | | uint64_t GetSpanId() | uint64_t HiTraceChainGetSpanId(const HiTraceIdStruct* pId) |
133 | | uint64_t GetSpanId() | 接口功能:获取当前HiTraceId对象中的分支ID。<br/>输入参数:无。<br/>输出参数:无。<br/>返回值:当前分支ID。 |
/ohos5.0/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
H A Dlibhisyseventmanager.map40 "OHOS::HiviewDFX::HiSysEventRecord::GetSpanId() const";
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp90 bucket.PutLong(Events::FIELD_SPAN_ID, event->GetSpanId()); in Insert()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp1003 … "accessibilityDescription: %{public}s, accessibilityLevel: %{public}s", span.GetSpanId(), in AddSpan()
1056 int32_t SpanInfo::GetSpanId() const in GetSpanId() function in OHOS::Accessibility::SpanInfo
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h204 int64_t GetSpanId() const;
/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/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
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h523 int32_t GetSpanId() const;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md71 | | uint64_t GetSpanId() | uint64_t HiTraceChainGetSpanId(const HiTraceIdStruct* pId) |
133 | | uint64_t GetSpanId() | Obtains the span ID from the current **HiTraceId** object.<br>Input arg…
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp102 traceInfo_.spanId = hitraceId.GetSpanId(); in WritebaseInfo()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp160 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1463 auto spanId = record.GetSpanId();
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1051 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, span.GetSpanId(), &spanId)); in ConvertSpanToJS()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1091 HILOG_DEBUG("ConvertSpanToJS spanInfo spanid: [%{public}d]", span.GetSpanId()); in GetElementInfoSpan()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2197 spans.append(std::to_string(span.GetSpanId())); in UpdateSpanList()