Home
last modified time | relevance | path

Searched refs:SetSpanId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_trace.cpp45 traceId.SetSpanId(0); in StartTrace()
58 traceId.SetSpanId(requestId); in SetRequestId()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/
H A Dlibhitracechain.map24 "OHOS::HiviewDFX::HiTraceId::SetSpanId(unsigned long long)";
25 "OHOS::HiviewDFX::HiTraceId::SetSpanId(unsigned long)";
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp156 initId.SetSpanId(SPAN_ID);
220 initId.SetSpanId(SPAN_ID);
776 newId.SetSpanId(spanId);
842 newId.SetSpanId(spanId);
907 newId.SetSpanId(spanId);
974 newId.SetSpanId(spanId);
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitraceid.h73 void SetSpanId(uint64_t spanId);
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp86 void HiTraceId::SetSpanId(uint64_t spanId) in SetSpanId() function in OHOS::HiviewDFX::HiTraceId
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H A Dhitracechain_ffi.h45 traceId.SetSpanId(id.spanId); in Parse()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md72 | | void SetSpanId(uint64_t spanId) | void HiTraceChainSetSpanId(HiTraceIdStruct* pId, uint64_t sp…
134 | | void SetSpanId(uint64_t spanId) | 功能:设置分支ID到HiTraceId对象中。<br/>输入参数:<br/>- spanId:分支ID。<br/>输出参…
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_util.cpp125 traceId.SetSpanId(spanId); in TransHiTraceIdJsObjectToNative()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h221 void SetSpanId(int64_t spanId);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h493 void SetSpanId(const int32_t spanId);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md72 | | void SetSpanId(uint64_t spanId) | void HiTraceChainSetSpanId(HiTraceIdStruct* pId, uint64_t sp…
134 | | void SetSpanId(uint64_t spanId) | Sets the span ID in the **HiTraceId** object.<br>Input argum…
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp1031 void SpanInfo::SetSpanId(const int32_t spanId) in SetSpanId() function in OHOS::Accessibility::SpanInfo
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp101 event->SetSpanId(GetLongFromResultSet(resultSet, Events::FIELD_SPAN_ID)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp764 void AppEventPack::SetSpanId(int64_t spanId) in SetSpanId() function in OHOS::HiviewDFX::AppEventPack