Home
last modified time | relevance | path

Searched refs:HiTraceTracepointType (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
H A Dhitracechainc.h62 typedef enum HiTraceTracepointType { enum
70 } HiTraceTracepointType; typedef
114 void HiTraceChainTracepoint(HiTraceTracepointType type, const HiTraceIdStruct* pId, const char* fmt…
116 void HiTraceChainTracepointWithArgs(HiTraceTracepointType type, const HiTraceIdStruct* pId, const c…
118 void HiTraceChainTracepointEx(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTr…
120 void HiTraceChainTracepointExWithArgs(HiTraceCommunicationMode mode, HiTraceTracepointType type,
H A Dhitracechain.h66 static void Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...)
76 …static void Tracepoint(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTraceId&…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-dfx.md15 …| hiTraceChain | tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTra…
30 | ohos.hiTraceChain | HiTraceTracepointType | GENERAL = 4 | 新增 |
31 | ohos.hiTraceChain | HiTraceTracepointType | SR = 3 | 新增 |
32 | ohos.hiTraceChain | HiTraceTracepointType | SS = 2 | 新增 |
33 | ohos.hiTraceChain | HiTraceTracepointType | CR = 1 | 新增 |
34 | ohos.hiTraceChain | HiTraceTracepointType | CS = 0 | 新增 |
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/napi/
H A Dnapi_hitracechain.test.js87 hiTraceChain.HiTraceTracepointType.CS, traceId, "hiTraceChainJsUnitTest003 test case")
140 hiTraceChain.HiTraceTracepointType.CS, traceId, undefined)
167 hiTraceChain.HiTraceTracepointType.CS, traceId, null)
182 hiTraceChain.HiTraceTracepointType.CS, traceId)
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-dfx.md15 …| hiTraceChain | tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTra…
30 | ohos.hiTraceChain | HiTraceTracepointType | GENERAL = 4 | Added|
31 | ohos.hiTraceChain | HiTraceTracepointType | SR = 3 | Added|
32 | ohos.hiTraceChain | HiTraceTracepointType | SS = 2 | Added|
33 | ohos.hiTraceChain | HiTraceTracepointType | CR = 1 | Added|
34 | ohos.hiTraceChain | HiTraceTracepointType | CS = 0 | Added|
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md60 …d Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | void HiT…
61HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | void HiTraceChainTrac…
122 | | void Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | 功…
123 | | void Tracepoint(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTraceId&amp…
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitracechainc.c257 void HiTraceChainTracepointInner(HiTraceCommunicationMode mode, HiTraceTracepointType type, in HiTraceChainTracepointInner()
317 void HiTraceChainTracepointWithArgs(HiTraceTracepointType type, const HiTraceIdStruct* pId, const c… in HiTraceChainTracepointWithArgs()
323 void HiTraceChainTracepointExWithArgs(HiTraceCommunicationMode mode, HiTraceTracepointType type, in HiTraceChainTracepointExWithArgs()
329 void HiTraceChainTracepoint(HiTraceTracepointType type, const HiTraceIdStruct* pId, const char* fmt… in HiTraceChainTracepoint()
338 void HiTraceChainTracepointEx(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTr… in HiTraceChainTracepointEx()
H A Dhitracechain.cpp57 void HiTraceChain::Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) in Tracepoint()
68 void HiTraceChain::Tracepoint(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTr… in Tracepoint()
H A Dhitracechain_inner.h29 void HiTraceChainTracepointInner(HiTraceCommunicationMode mode, HiTraceTracepointType type, const H…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hitracechain.md32 ## HiTraceTracepointType section
227 tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTraceId, msg?: string…
238 | type | [HiTraceTracepointType](#hitracetracepointtype)| 是 | 信息埋点需要指定的跟踪埋点类型。 |
248 …epoint(hiTraceChain.HiTraceCommunicationMode.THREAD, hiTraceChain.HiTraceTracepointType.SS, traceI…
/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H A Dhitracechain_impl.cpp57 HiTraceTracepointType tracePointType = HiTraceTracepointType(type); in Tracepoint()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_handler_utils.h75 HiTraceTracepointType type, const InnerEvent::EventId &innerEventId) in HiTracePointerOutPutEventId()
89 const InnerEvent::Pointer& event, const char* action, HiTraceTracepointType type) in HiTracePointerOutPut()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/
H A Dlibhitracechain.map11 …"OHOS::HiviewDFX::HiTraceChain::Tracepoint(HiTraceTracepointType, OHOS::HiviewDFX::HiTraceId const…
20 …"OHOS::HiviewDFX::HiTraceChain::Tracepoint(HiTraceCommunicationMode, HiTraceTracepointType, OHOS::…
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp119 HiTracePointerOutPut(traceId, event, "Send", HiTraceTracepointType::HITRACE_TP_CS); in SendEvent()
150 HiTracePointerOutPut(traceId, event, "Send", HiTraceTracepointType::HITRACE_TP_CS); in PostTaskAtFront()
233 … HiTraceChain::Tracepoint(HiTraceTracepointType::HITRACE_TP_CR, *spanId, "event is processed"); in SendSyncEvent()
465 HiTracePointerOutPut(spanId, event, "Receive", HiTraceTracepointType::HITRACE_TP_SR); in DistributeEvent()
497 … HiTraceChain::Tracepoint(HiTraceTracepointType::HITRACE_TP_SS, *spanId, "Event Distribute over"); in DistributeEvent()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hitracechain.md60 …d Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | void HiT…
61HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | void HiTraceChainTrac…
122 | | void Tracepoint(HiTraceTracepointType type, const HiTraceId& id, const char* fmt, ...) | O…
123 | | void Tracepoint(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTraceId&amp…
/ohos5.0/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/
H A Dhitrace_chain_ndk.c23 typedef HiTraceTracepointType HiTrace_Tracepoint_Type;
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hitracechain.md32 ## HiTraceTracepointType section
227 tracepoint(mode: HiTraceCommunicationMode, type: HiTraceTracepointType, id: HiTraceId, msg?: string…
238 | type | [HiTraceTracepointType](#hitracetracepointtype)| Yes| Trace point type.|
248 …epoint(hiTraceChain.HiTraceCommunicationMode.THREAD, hiTraceChain.HiTraceTracepointType.SS, traceI…
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/rust/hitracechain/src/
H A Dmain.rs90 hitracechain::HiTraceTracepointType::Cs, in hitracechain_rust_unit_test_007()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_js.cpp188 HiTraceTracepointType tracePointType = HiTraceTracepointType(tracePointTypeInt); in Tracepoint()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs63 pub enum HiTraceTracepointType { enum
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechainc_test.cpp52 … HiTraceChainTracepointExWithArgsWrapper(HiTraceCommunicationMode mode, HiTraceTracepointType type, in HiTraceChainTracepointExWithArgsWrapper()
61 static void HiTraceChainTracepointWithArgsWrapper(HiTraceTracepointType type, const HiTraceIdStruct… in HiTraceChainTracepointWithArgsWrapper()