Home
last modified time | relevance | path

Searched refs:traceObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c433 IN FILLP_INT traceObj, IN FILLP_CONST void *traceHandle, FILLP_BOOL isStart) in FtStartStopTraceSock() argument
439 if (traceObj != FILLP_CONFIG_ALL_SOCKET) { in FtStartStopTraceSock()
447 if (traceObj != FILLP_CONFIG_ALL_SOCKET) { in FtStartStopTraceSock()
462 FILLP_INT32 FtStartStopTrace(IN FILLP_UINT8 traceObjType, IN FILLP_INT traceObj, in FtStartStopTrace() argument
466 FILLP_INT sockIndex = (traceObj != FILLP_CONFIG_ALL_SOCKET) ? traceObj : 0; in FtStartStopTrace()
477 if (traceObj == FILLP_CONFIG_ALL_SOCKET) { in FtStartStopTrace()
501 if (traceObj != FILLP_CONFIG_ALL_SOCKET) { in FtStartStopTrace()
539 IN FILLP_INT traceObj, /* FtSocket index */ in FtStartTrace() argument
542 return FtStartStopTrace(traceObjType, traceObj, traceHandle, FILLP_TRUE); in FtStartTrace()
562 IN FILLP_INT traceObj) /* Socket index */ in FtStopTrace() argument
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h45 IN FILLP_UINT32 msgLength, IN FILLP_UINT32 traceObj, IN FILLP_UINT8 *traceDescript,
441 extern FILLP_INT32 DLL_API FtStartTrace(IN FILLP_UINT8 traceObjType, IN FILLP_INT traceObj,
456 extern FILLP_INT32 DLL_API FtStopTrace(IN FILLP_UINT8 traceObjType, IN FILLP_INT traceObj);