Home
last modified time | relevance | path

Searched refs:WRITE_TRIGGER (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_base_listener.h33 WRITE_TRIGGER = 2, enumerator
35 RW_TRIGGER = READ_TRIGGER | WRITE_TRIGGER,
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/
H A Dconnectioncommon_fuzzer.cpp81 AddTrigger(AUTH_P2P, 0, WRITE_TRIGGER); in DoTriggerFuzz()
82 DelTrigger(AUTH_P2P, 0, WRITE_TRIGGER); in DoTriggerFuzz()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c149 ret = AddTrigger(LANE, fd, WRITE_TRIGGER); in AddLaneTriggerAndTimeOut()
293 (void)DelTrigger(LANE, fd, WRITE_TRIGGER); in LaneDetectOnDataEvent()
298 (void)DelTrigger(LANE, fd, WRITE_TRIGGER); in LaneDetectOnDataEvent()
311 (void)DelTrigger(LANE, fd, WRITE_TRIGGER); in LaneDetectOnDataEvent()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c218 (void)DelTrigger(module, fd, WRITE_TRIGGER); in ProcessSocketOutEvent()
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/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c334 (void)DelTrigger((ListenerModule)(tcpInfo.info.socketInfo.moduleId), fd, WRITE_TRIGGER); in TcpOnDataEventOut()
346 (void)DelTrigger((ListenerModule)(tcpInfo.info.socketInfo.moduleId), fd, WRITE_TRIGGER); in TcpOnDataEventOut()
353 (void)DelTrigger((ListenerModule)(tcpInfo.info.socketInfo.moduleId), fd, WRITE_TRIGGER); in TcpOnDataEventOut()
544 …if (AddTrigger((ListenerModule)(option->socketOption.moduleId), fd, WRITE_TRIGGER) != SOFTBUS_OK) { in TcpConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c320 DelTrigger(conn->listenMod, fd, WRITE_TRIGGER); in ProcessSocketOutEvent()
370 DelTrigger((ListenerModule)i, fd, WRITE_TRIGGER); in TdcOnDataEvent()
H A Dtrans_tcp_direct_wifi.c57 if (AddTrigger(module, fd, WRITE_TRIGGER) != SOFTBUS_OK) { in AddTcpConnAndSessionInfo()
H A Dtrans_tcp_direct_p2p.c692 int32_t ret = AddTrigger(item->moudleType, fd, WRITE_TRIGGER); in AddHmlTrigger()
723 int32_t ret = AddTrigger(DIRECT_CHANNEL_SERVER_P2P, fd, WRITE_TRIGGER); in AddP2pOrHmlTrigger()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c595 case WRITE_TRIGGER: in IsValidTriggerType()
1023 …if ((fdArray[i].triggerSet & WRITE_TRIGGER) != 0 && SoftBusSocketFdIsset(fdArray[i].fd, writeSet))… in ProcessSpecifiedListenerNodeEvent()
1079 if ((it->triggerSet & WRITE_TRIGGER) != 0) { in CollectSpecifiedModuleListenerEvents()