Searched refs:SoftBusSocketSelect (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 1271 ret = SoftBusSocketSelect(SET_SIZE, &readFds, NULL, NULL, &tv); 1299 ret = SoftBusSocketSelect(SET_SIZE, NULL, &fdSelect, NULL, &tv); 1327 ret = SoftBusSocketSelect(SET_SIZE, NULL, NULL, &fdSelect, &tv); 1350 int32_t ret = SoftBusSocketSelect(SET_SIZE, &readFds, &writeFds, &exceptFds, &tv); 1366 int32_t ret = SoftBusSocketSelect(SET_SIZE, NULL, NULL, NULL, &tv); 1383 int32_t ret = SoftBusSocketSelect(SET_SIZE, &readFds, &writeFds, &exceptFds, &tv);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_socket.c | 154 … rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketSelect(fd + 1, NULL, &writeSet, NULL, &tv)); in WaitEvent() 168 rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketSelect(fd + 1, &readSet, NULL, NULL, &tv)); in WaitEvent()
|
H A D | softbus_base_listener.c | 1172 int32_t nEvents = SoftBusSocketSelect(maxFd + 1, &readSet, &writeSet, &exceptSet, &timeout); in SelectTask()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_socket.h | 155 int32_t SoftBusSocketSelect(int32_t nfds, SoftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdS…
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 300 int32_t SoftBusSocketSelect( in SoftBusSocketSelect() function
|