Searched refs:READ_TRIGGER (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_listener.c | 116 return AddTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcCreateListener() 151 DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcCloseFd() 161 DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcReleaseFd() 171 return DelTrigger(DIRECT_CHANNEL_CLIENT, fd, READ_TRIGGER); in TransTdcStopRead()
|
H A D | client_trans_tcp_direct_manager.c | 292 DelTrigger(DIRECT_CHANNEL_CLIENT, channel->fd, READ_TRIGGER); in ClientTransTdcHandleListener() 300 AddTrigger(DIRECT_CHANNEL_CLIENT, channel->fd, READ_TRIGGER); in ClientTransTdcHandleListener()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_base_listener.h | 32 READ_TRIGGER = 1, enumerator 35 RW_TRIGGER = READ_TRIGGER | WRITE_TRIGGER,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 200 ret = AddTrigger(module, fd, READ_TRIGGER); in CreateSessionConnNode() 291 DelTrigger(module, fd, READ_TRIGGER); in TransProcDataRes() 321 if (AddTrigger(conn->listenMod, fd, READ_TRIGGER) != SOFTBUS_OK) { in ProcessSocketOutEvent() 340 DelTrigger(conn->listenMod, fd, READ_TRIGGER); in ProcessSocketOutEvent() 369 DelTrigger((ListenerModule)i, fd, READ_TRIGGER); in TdcOnDataEvent()
|
H A D | trans_tcp_direct_message.c | 1210 DelTrigger(module, node->fd, READ_TRIGGER); in TransTdcSrvProcData()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 186 (void)DelTrigger(module, fd, READ_TRIGGER); in RecvPacketHead() 219 if (AddTrigger(module, fd, READ_TRIGGER) != SOFTBUS_OK) { in ProcessSocketOutEvent() 231 (void)DelTrigger(module, fd, READ_TRIGGER); in ProcessSocketOutEvent() 292 if (AddTrigger(module, cfd, READ_TRIGGER) != SOFTBUS_OK) { in OnConnectEvent() 301 (void)DelTrigger(module, cfd, READ_TRIGGER); in OnConnectEvent() 398 TriggerType triggerMode = isBlockMode ? READ_TRIGGER : WRITE_TRIGGER; in SocketConnectInner() 446 TriggerType triggerMode = isBlockMode ? READ_TRIGGER : WRITE_TRIGGER; in SocketConnectDevice() 494 TriggerType triggerMode = isBlockMode ? READ_TRIGGER : WRITE_TRIGGER; in NipSocketConnectDevice()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
H A D | softbus_conn_common_test.cpp | 138 for (triggerType = READ_TRIGGER; triggerType <= RW_TRIGGER; triggerType++) { 143 for (triggerType = READ_TRIGGER; triggerType <= RW_TRIGGER; triggerType++) { 164 for (triggerType = READ_TRIGGER; triggerType <= RW_TRIGGER; triggerType++) { 200 for (triggerType = READ_TRIGGER; triggerType <= RW_TRIGGER; triggerType++) {
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netlink_monitor.c | 215 if (AddTrigger(NETLINK, sockFd, READ_TRIGGER) != SOFTBUS_OK) { in LnnInitNetlinkMonitorImpl()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/ |
H A D | softbus_tcp_connect_manager.c | 251 if (AddTrigger(module, cfd, READ_TRIGGER) != SOFTBUS_OK) { in TcpOnConnectEvent() 264 (void)DelTrigger(module, cfd, READ_TRIGGER); in TcpOnConnectEvent() 354 (void)AddTrigger((ListenerModule)(tcpInfo.info.socketInfo.moduleId), fd, READ_TRIGGER); in TcpOnDataEventOut()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 594 case READ_TRIGGER: in IsValidTriggerType() 1017 … if ((fdArray[i].triggerSet & READ_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, readSet)) { in ProcessSpecifiedListenerNodeEvent() 1076 if ((it->triggerSet & READ_TRIGGER) != 0) { in CollectSpecifiedModuleListenerEvents()
|