Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_base_listener.h34 EXCEPT_TRIGGER = 4, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c352 DelTrigger(conn->listenMod, fd, EXCEPT_TRIGGER); in ProcessSocketExceptionEvent()
371 DelTrigger((ListenerModule)i, fd, EXCEPT_TRIGGER); in TdcOnDataEvent()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c596 case EXCEPT_TRIGGER: in IsValidTriggerType()
1029 …if ((fdArray[i].triggerSet & EXCEPT_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, exceptSet… in ProcessSpecifiedListenerNodeEvent()
1082 if ((it->triggerSet & EXCEPT_TRIGGER) != 0) { in CollectSpecifiedModuleListenerEvents()