Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/test/unittest/common/native/
Dhitracechainc_test.cpp456 HiTraceChainTracepointEx(HITRACE_CM_PROCESS, HITRACE_TP_CS, &id, "cannot be found %d", 22);
485 HiTraceChainTracepointEx(HITRACE_CM_PROCESS, HITRACE_TP_CS, &id, "cannot be found %d", 22);
514 …HiTraceChainTracepointEx(HITRACE_CM_PROCESS, HITRACE_TP_CS, &id, "client send msg content %d", 22);
545 …HiTraceChainTracepointEx(HITRACE_CM_PROCESS, HITRACE_TP_CS, &id, "client send msg content %d", 22);
576 …HiTraceChainTracepointExWithArgsWrapper(HITRACE_CM_PROCESS, HITRACE_TP_CS, &id, "client send msg c…
Dhitracechaincpp_test.cpp412 HiTraceChain::Tracepoint(HITRACE_CM_PROCESS, HITRACE_TP_CS, id, "cannot be found %d", 22);
442 HiTraceChain::Tracepoint(HITRACE_CM_PROCESS, HITRACE_TP_CS, id, "cannot be found %d", 22);
471 … HiTraceChain::Tracepoint(HITRACE_CM_PROCESS, HITRACE_TP_CS, id, "client send msg content %d", 22);
502 … HiTraceChain::Tracepoint(HITRACE_CM_PROCESS, HITRACE_TP_CS, id, "client send msg content %d", 22);
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace/
Dhitracechainc.h75 HITRACE_CM_PROCESS = 2, // process-to-process communication mode enumerator
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_init.cpp102 napi_create_int32(env, HITRACE_CM_PROCESS, &processMode); in InitHiTraceCommunicationModeEnum()