Home
last modified time | relevance | path

Searched refs:exceptFds (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c305 int32_t nfds, SoftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdSet *exceptFds, SoftBusSockTimeOut *timeout) in SoftBusSocketSelect()
317 if (exceptFds != NULL) { in SoftBusSocketSelect()
318 tempExceptSet = (fd_set *)exceptFds->fdsBits; in SoftBusSocketSelect()
304 SoftBusSocketSelect( int32_t nfds, SoftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdSet *exceptFds, SoftBusSockTimeOut *timeout) SoftBusSocketSelect() argument
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp1315 SoftBusFdSet exceptFds; in HWTEST_F() local
1324 SoftBusSocketFdZero(&exceptFds); in HWTEST_F()
1325 SoftBusSocketFdSet(socketFd, &exceptFds); in HWTEST_F()
1326 fdSelect = exceptFds; in HWTEST_F()
1342 SoftBusFdSet readFds, writeFds, exceptFds; in HWTEST_F() local
1349 SoftBusSocketFdZero(&exceptFds); in HWTEST_F()
1350 int32_t ret = SoftBusSocketSelect(SET_SIZE, &readFds, &writeFds, &exceptFds, &tv); in HWTEST_F()
1382 SoftBusFdSet readFds, writeFds, exceptFds; in HWTEST_F() local
1383 int32_t ret = SoftBusSocketSelect(SET_SIZE, &readFds, &writeFds, &exceptFds, &tv); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h155 int32_t SoftBusSocketSelect(int32_t nfds, SoftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdSet *exceptFds,
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dcallbacks.h114 IO void *exceptFds, /* fd for errors */
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h139 * @param[out] exceptFds Indicates the fd for errors.
146 IN void *writeFds, IO void *exceptFds, IN void *timeVal);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c317 IO void *exceptFds, /* fd for errors */ in FillpSelect()
321 return lwip_select(maxFd, rdFds, wrFds, exceptFds, timeout); in FillpSelect()
323 return select(maxFd, rdFds, wrFds, exceptFds, timeout); in FillpSelect()
313 FillpSelect( IN FILLP_INT maxFd, IN void *rdFds, IN void *wrFds, IO void *exceptFds, IN void *timeout) FillpSelect() argument

Completed in 7 milliseconds