Home
last modified time | relevance | path

Searched defs:ipcStatus (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/extended/trace/cnv/
Dtrace_cnv.c250 STATIC VOID LOS_TraceIpcWriteDrop(const IpcMsg *msg, UINT32 dstTid, UINT32 dstPid, UINT32 ipcStatus) in LOS_TraceIpcWriteDrop()
255 STATIC VOID LOS_TraceIpcWrite(const IpcMsg *msg, UINT32 dstTid, UINT32 dstPid, UINT32 ipcStatus) in LOS_TraceIpcWrite()
260 STATIC VOID LOS_TraceIpcReadDrop(const IpcMsg *msg, UINT32 ipcStatus) in LOS_TraceIpcReadDrop()
265 STATIC VOID LOS_TraceIpcRead(const IpcMsg *msg, UINT32 ipcStatus) in LOS_TraceIpcRead()
270 STATIC VOID LOS_TraceIpcTryRead(UINT32 msgType, UINT32 ipcStatus) in LOS_TraceIpcTryRead()
275 STATIC VOID LOS_TraceIpcReadTimeout(UINT32 msgType, UINT32 ipcStatus) in LOS_TraceIpcReadTimeout()
280 STATIC VOID LOS_TraceIpcKill(UINT32 msgType, UINT32 ipcStatus) in LOS_TraceIpcKill()
/kernel/liteos_a/kernel/include/
Dlos_trace.h400 #define IPC_WRITE_DROP_PARAMS(dstTid, dstPid, msgType, code, ipcStatus) \ argument
402 #define IPC_WRITE_PARAMS(dstTid, dstPid, msgType, code, ipcStatus) \ argument
404 #define IPC_READ_DROP_PARAMS(srcTid, srcPid, msgType, code, ipcStatus) \ argument
406 #define IPC_READ_PARAMS(srcTid, srcPid, msgType, code, ipcStatus) \ argument
408 #define IPC_TRY_READ_PARAMS(msgType, ipcStatus) msgType, ipcStatus argument
409 #define IPC_READ_TIMEOUT_PARAMS(msgType, ipcStatus) msgType, ipcStatus argument
410 #define IPC_KILL_PARAMS(msgType, ipcStatus) msgType, ipcStatus argument