/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechaincpp_test.cpp | 162 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 D | hitraceid.h | 67 uint64_t GetSpanId() const;
|
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | hitraceid.cpp | 81 uint64_t HiTraceId::GetSpanId() const in GetSpanId() function in OHOS::HiviewDFX::HiTraceId
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/ |
H A D | hitracechain_ffi.h | 35 traceId.spanId = id.GetSpanId(); in Parse()
|
/ohos5.0/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()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 54 uint64_t GetSpanId() const;
|
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 53 (void)record.GetSpanId(); in HiSysEventRecordTest()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
H A D | libhitracechain.map | 7 "OHOS::HiviewDFX::HiTraceId::GetSpanId() const";
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hitracechain.md | 71 | | 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 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
|
H A D | libhisyseventmanager.map | 40 "OHOS::HiviewDFX::HiSysEventRecord::GetSpanId() const";
|
/ohos5.0/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()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 1003 … "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 D | hiappevent_base.h | 204 int64_t GetSpanId() const;
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 523 int32_t GetSpanId() const;
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hitracechain.md | 71 | | 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 D | hisysevent.cpp | 102 traceInfo_.spanId = hitraceId.GetSpanId(); in WritebaseInfo()
|
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 160 hiTraceId.GetChainId(), hiTraceId.GetSpanId(), hiTraceId.GetParentSpanId()); in GetRecord()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 1463 auto spanId = record.GetSpanId();
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1051 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 D | napi_accessibility_element.cpp | 1091 HILOG_DEBUG("ConvertSpanToJS spanInfo spanid: [%{public}d]", span.GetSpanId()); in GetElementInfoSpan()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 2197 spans.append(std::to_string(span.GetSpanId())); in UpdateSpanList()
|