Home
last modified time | relevance | path

Searched refs:LISTENER_RUNNING (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h24 LISTENER_RUNNING, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c46 LISTENER_RUNNING, enumerator
360 node->info.status = LISTENER_RUNNING; in StartBaseClient()
505 node->info.status = LISTENER_RUNNING; in StartBaseListener()
550 if (node->info.status != LISTENER_RUNNING) { in ShutdownBaseListener()
638 if (node->info.status != LISTENER_RUNNING) { in AddTrigger()
945 if (node->info.status != LISTENER_RUNNING || node->info.modeType != SERVER_MODE || in CloseInvalidListenForcely()
964 if (node->info.status != LISTENER_RUNNING) { in ProcessSpecifiedListenerNodeEvent()
1063 if (node->info.status != LISTENER_RUNNING) { in CollectSpecifiedModuleListenerEvents()
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c247 thread->status = LISTENER_RUNNING; in HdfDevEventListenTask()
359 case LISTENER_RUNNING: // fall-through in HdfDevListenerThreadInit()
633 case LISTENER_RUNNING: { in HdfDevListenerThreadDestroy()