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 D | vtp_stream_socket.cpp | 1418 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 D | fillpinc.h | 349 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 D | api.c | 311 FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val) in FtFcntl() function
|