Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h23 LISTENER_STARTED, enumerator
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c358 case LISTENER_STARTED: // fall-through in HdfDevListenerThreadInit()
447 if (thread->status >= LISTENER_STARTED) { in HdfDevListenerThreadStart()
478 thread->status = LISTENER_STARTED; in HdfDevListenerThreadStart()
547 if (thread->status < LISTENER_STARTED) { in HdfListenThreadPollAdd()
667 case LISTENER_STARTED: in HdfDevListenerThreadDestroy()
1004 if (!DListIsEmpty(&adapterGroup->adapterList) && listenerThread->status < LISTENER_STARTED) { in HdfIoServiceGroupRegisterListenerWithSchedPolicy()
1117 listenerThread->status < LISTENER_STARTED) { in HdfIoServiceGroupAddService()