Home
last modified time | relevance | path

Searched refs:HiTraceChainSetParentSpanIdWrapper (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs183 HiTraceChainSetParentSpanIdWrapper(self as *mut HiTraceId, parent_span_id); in set_parent_span_id()
334 fn HiTraceChainSetParentSpanIdWrapper(p_id: *mut HiTraceId, in HiTraceChainSetParentSpanIdWrapper() function
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/
H A Dhitracechain_c_wrapper.map14 "HiTraceChainSetParentSpanIdWrapper";
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/include/
H A Dhitracechain_c_wrapper.h57 void HiTraceChainSetParentSpanIdWrapper(HiTraceIdStruct* pId, uint64_t parentSpanId);
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/c_wrapper/source/
H A Dhitracechain_c_wrapper.c74 void HiTraceChainSetParentSpanIdWrapper(HiTraceIdStruct* pId, uint64_t parentSpanId) in HiTraceChainSetParentSpanIdWrapper() function