Home
last modified time | relevance | path

Searched defs:writeFds (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_dfile_session.c25 fd_set writeFds, readFds; in WaitSocketEvent() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/
H A Dsys_dfile_session.c25 fd_set writeFds, readFds; in WaitSocketEvent() local
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp1287 SoftBusFdSet writeFds; variable
1342 SoftBusFdSet readFds, writeFds, exceptFds; variable
1382 SoftBusFdSet readFds, writeFds, exceptFds; variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c301 …int32_t nfds, SoftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdSet *exceptFds, SoftBusSockT… in SoftBusSocketSelect()