Searched refs:RW_TRIGGER (Results 1 – 6 of 6) sorted by relevance
/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/core/connection/interface/ |
H A D | softbus_base_listener.h | 35 RW_TRIGGER = READ_TRIGGER | WRITE_TRIGGER, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 81 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 D | softbus_tcp_connect_manager.c | 166 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 D | auth_tcp_connection.c | 516 (void)DelTrigger(module, fd, RW_TRIGGER); in SocketDisconnectDevice()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 597 case RW_TRIGGER: in IsValidTriggerType()
|