Home
last modified time | relevance | path

Searched refs:FtFillpStatsGet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1266 extern FILLP_INT DLL_API FtFillpStatsGet(IN FILLP_INT fd, OUT struct FillpStatisticsPcb *outStats);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1109 FILLP_INT FtFillpStatsGet( in FtFillpStatsGet() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp374 int32_t getStatisticsRet = FtFillpStatsGet(streamFd_, &fillpPcbStats); in FillpAppStatistics()