Home
last modified time | relevance | path

Searched refs:RW_TRIGGER (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp138 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/core/connection/interface/
H A Dsoftbus_base_listener.h35 RW_TRIGGER = READ_TRIGGER | WRITE_TRIGGER, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c81 DelTrigger(node->listenMod, fd, RW_TRIGGER); in OnSessionOpenFailProc()
243 DelTrigger(item->listenMod, item->appInfo.fd, RW_TRIGGER); in TransTdcDeathCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c166 target->info.socketInfo.fd, RW_TRIGGER); in DelTcpConnInfo()
181 (void)DelTrigger(module, fd, RW_TRIGGER); in DelTcpConnInfo()
416 (void)DelTrigger(moduleId, item->info.socketInfo.fd, RW_TRIGGER); in DelAllConnInfo()
599 …DelTrigger((ListenerModule)(item->info.socketInfo.moduleId), item->info.socketInfo.fd, RW_TRIGGER); in TcpDisconnectDeviceNow()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c516 (void)DelTrigger(module, fd, RW_TRIGGER); in SocketDisconnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c597 case RW_TRIGGER: in IsValidTriggerType()