Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1418 FILLP_INT flags = FtFcntl(fd, F_GETFL, 0); in SetNonBlockMode()
1428 FILLP_INT res = FtFcntl(fd, F_SETFL, flags); in SetNonBlockMode()
1440 FILLP_INT flags = FtFcntl(fd, F_GETFL, 0); in GetNonBlockMode()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h349 extern FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c311 FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val) in FtFcntl() function