Searched refs:SoftBusSocketFdIsset (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 992 if (listenFd > 0 && SoftBusSocketFdIsset(listenFd, readSet)) { in ProcessSpecifiedListenerNodeEvent() 1017 … if ((fdArray[i].triggerSet & READ_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, readSet)) { in ProcessSpecifiedListenerNodeEvent() 1023 …if ((fdArray[i].triggerSet & WRITE_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, writeSet))… in ProcessSpecifiedListenerNodeEvent() 1029 …if ((fdArray[i].triggerSet & EXCEPT_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, exceptSet… in ProcessSpecifiedListenerNodeEvent() 1052 if (SoftBusSocketFdIsset(selectState->ctrlRfd, readSet)) { in ProcessEvent()
|
H A D | softbus_socket.c | 158 if (!SoftBusSocketFdIsset(fd, &writeSet)) { in WaitEvent() 172 if (!SoftBusSocketFdIsset(fd, &readSet)) { in WaitEvent()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_socket.h | 153 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set);
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 1222 int ret = SoftBusSocketFdIsset(1, &set); 1236 int ret = SoftBusSocketFdIsset(1, &set); 1248 int ret = SoftBusSocketFdIsset(1, NULL);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 282 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdIsset() function
|