Home
last modified time | relevance | path

Searched refs:HiTraceChainGetParentSpanId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechainc_test.cpp194 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&getId));
208 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&getId));
268 EXPECT_EQ(parentSpanId, HiTraceChainGetParentSpanId(&bytesToId));
394 EXPECT_EQ(0UL, HiTraceChainGetParentSpanId(&id));
402 EXPECT_EQ(HiTraceChainGetParentSpanId(&childId), HiTraceChainGetSpanId(&id));
446 EXPECT_EQ(HiTraceChainGetParentSpanId(&childId), HiTraceChainGetParentSpanId(&id));
737 EXPECT_EQ(HiTraceChainGetSpanId(&id), HiTraceChainGetParentSpanId(&currentId2));
738 EXPECT_EQ(HiTraceChainGetParentSpanId(&id), HiTraceChainGetParentSpanId(&currentId2));
936 EXPECT_EQ(HiTraceChainGetSpanId(&id), HiTraceChainGetParentSpanId(&currentId2));
937 EXPECT_EQ(HiTraceChainGetParentSpanId(&id), HiTraceChainGetParentSpanId(&currentId2));
[all …]
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/source/
H A Dhitracechain_c_wrapper.c81 return HiTraceChainGetParentSpanId(pId); in HiTraceChainGetParentSpanIdWrapper()
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp94 return HiTraceChainGetParentSpanId(&id_); in GetParentSpanId()
H A Dhitracechainc.c373 *parentSpanId = HiTraceChainGetParentSpanId(&id); in HiTraceChainGetInfo()
/ohos5.0/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/
H A Dhitrace_chain_ndk.c124 return HiTraceChainGetParentSpanId(id); in OH_HiTrace_GetParentSpanId()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitracechainc.h205 static inline uint64_t HiTraceChainGetParentSpanId(const HiTraceIdStruct* pId) in HiTraceChainGetParentSpanId() function
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md73 | | uint64_t GetParentSpanId() | uint64_t HiTraceChainGetParentSpanId(const HiTraceIdStruct* pId) |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md73 | | uint64_t GetParentSpanId() | uint64_t HiTraceChainGetParentSpanId(const HiTraceIdStruct* pId) |