Home
last modified time | relevance | path

Searched refs:IsEpollDescValid (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.h30 static inline bool IsEpollDescValid(EpollDesc epollfd) in IsEpollDescValid() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h55 static inline bool IsEpollDescValid(EpollDesc epollfd) in IsEpollDescValid() function
H A Dsys_epoll.c91 (!IsEpollDescValid(task->epollfd))) { in CtlEpollDesc()
114 …if ((task == NULL) || IS_INVALID_SOCKET_DESC(task->taskfd) || (!IsEpollDescValid(task->epollfd))) { in CtlEpollDescSync()
820 if (!IsEpollDescValid(epollfd)) {
904 if (!(IsEpollDescValid(epollfd))) {
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h58 static inline bool IsEpollDescValid(EpollDesc epollfd);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c362 if (!IsEpollDescValid(epollFd)) { in CoapServerInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c70 if (fileManager->msgReceiver == NULL || !IsEpollDescValid(fileManager->epollfd)) { in NotifyFileManagerMsg()
95 if (fileList->msgReceiver == NULL || !IsEpollDescValid(fileList->epollfd)) { in NotifyFileListMsg()
127 if (fileList->msgReceiver == NULL || !IsEpollDescValid(fileList->epollfd) || fileId == 0 || in NotifyFileMsg()
1391 if (IsEpollDescValid(msgPara->epollfd) && msgPara->msgReceiver != NULL) { in FileManagerInit()
H A Dnstackx_dfile.c933 if (!IsEpollDescValid(session->epollfd)) { in DFileSessionCreate()
996 if (IsEpollDescValid(session->epollfd)) { in DFileSessionClean()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c405 if (!IsEpollDescValid(g_epollfd)) { in NstackxInitEx()
494 if (IsEpollDescValid(g_epollfd)) { in NSTACKX_Deinit()