Home
last modified time | relevance | path

Searched refs:SocketOpInProgress (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h39 int32_t SocketOpInProgress(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_socket.c59 int32_t SocketOpInProgress(void) in SocketOpInProgress() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c211 int32_t SocketOpInProgress(void) in SocketOpInProgress() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c115 if (!SocketOpInProgress()) { in ConnectTcpServerWithTargetDev()