Home
last modified time | relevance | path

Searched defs:HiTraceId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs104 pub type HiTraceId = HiTraceIdStruct; typedef
106 impl HiTraceId { implementation
197 pub fn begin(name: &str, flags: i32) -> HiTraceId { in begin()
207 pub fn end(id: &HiTraceId) { in end()
224 pub fn set_id(id: &HiTraceId) { in set_id()
248 pub fn id_to_bytes(p_id: &HiTraceId, p_id_array: &mut [u8]) -> i32 { in id_to_bytes()
265 pub fn bytes_to_id(p_id_array: &[u8]) -> HiTraceId { in bytes_to_id()
281 fn HiTraceChainEnd(id: *const HiTraceId); in HiTraceChainEnd()
287 fn HiTraceChainSetId(id: *const HiTraceId); in HiTraceChainSetId()
304 p_id: *const HiTraceId, fmt: *const c_char, ...); in HiTraceChainTracepointExWrapper()
[all …]
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/kits/include/hitrace/
H A Dtrace.h299 typedef struct HiTraceId { struct
303 /** Version number of the <b>HiTraceId</b> instance. */ argument
305 /** Chain ID of the <b>HiTraceId</b> instance. */ argument
307 /** Flag of the <b>HiTraceId</b> instance. */ argument
309 /** Span ID of the <b>HiTraceId</b> instance. */ argument
311 /** Parent span ID of the <b>HiTraceId</b> instance. */ argument
314 /** Chain ID of the <b>HiTraceId</b> instance. */ argument
329 } HiTraceId; typedef
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitraceid.cpp25 HiTraceId::HiTraceId() in HiTraceId() function in OHOS::HiviewDFX::HiTraceId
35 HiTraceId::HiTraceId(const HiTraceIdStruct& id) : id_(id) in HiTraceId() function in OHOS::HiviewDFX::HiTraceId
38 HiTraceId::HiTraceId(const uint8_t* pIdArray, int len) in HiTraceId() function in OHOS::HiviewDFX::HiTraceId
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_trace_id.md1 # HiTraceId chapter
H A Djs-apis-hitracechain.md59 ## HiTraceId section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_trace_id.md1 # HiTraceId chapter
H A Djs-apis-hitracechain.md59 ## HiTraceId section
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_async_work.h44 class HiTraceId; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h30 class HiTraceId; variable
34 using HiTraceId = OHOS::HiviewDFX::HiTraceId; variable
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h31 class HiTraceId; variable
36 using HiTraceId = OHOS::HiviewDFX::HiTraceId; variable
/ohos5.0/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/
H A Dhitrace_chain_ndk.c25 typedef HiTraceIdStruct HiTraceId; typedef