Home
last modified time | relevance | path

Searched refs:SERVER_MODE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_base_listener.h41 SERVER_MODE, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c407 node->info.modeType = SERVER_MODE; in StartServerListenUnsafe()
576 if (node->info.modeType == SERVER_MODE && listenFd > 0) { in ShutdownBaseListener()
945 if (node->info.status != LISTENER_RUNNING || node->info.modeType != SERVER_MODE || in CloseInvalidListenForcely()
972 if (node->info.modeType == SERVER_MODE && node->info.listenFd > 0) { in ProcessSpecifiedListenerNodeEvent()
1069 if (node->info.modeType == SERVER_MODE && node->info.listenFd > 0) { in CollectSpecifiedModuleListenerEvents()