Searched refs:isBlockMode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 49 …tConnectDeviceWithAllIp(const char *localIp, const char *remoteIp, int32_t port, bool isBlockMode); 50 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode); 51 …_t NipSocketConnectDevice(ListenerModule module, const char *addr, int32_t port, bool isBlockMode);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 373 bool isBlockMode) in SocketConnectInner() argument 392 int32_t ret = ConnOpenClientSocket(&option, localIp, !isBlockMode); in SocketConnectInner() 398 TriggerType triggerMode = isBlockMode ? READ_TRIGGER : WRITE_TRIGGER; in SocketConnectInner() 414 …cketConnectDeviceWithAllIp(const char *localIp, const char *peerIp, int32_t port, bool isBlockMode) in SocketConnectDeviceWithAllIp() argument 416 return SocketConnectInner(localIp, peerIp, port, AUTH_RAW_P2P_CLIENT, isBlockMode); in SocketConnectDeviceWithAllIp() 419 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice() argument 440 int32_t ret = ConnOpenClientSocket(&option, localIp, !isBlockMode); in SocketConnectDevice() 446 TriggerType triggerMode = isBlockMode ? READ_TRIGGER : WRITE_TRIGGER; in SocketConnectDevice() 470 const char *addr, int32_t port, bool isBlockMode) in NipSocketConnectDevice() argument 489 int32_t fd = ConnOpenClientSocket(&option, BIND_ADDR_ALL, !isBlockMode); in NipSocketConnectDevice() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_tcp_connection_virtual.c | 67 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice() argument 71 (void)isBlockMode; in SocketConnectDevice()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 644 bool isBlockMode = true; variable 646 int32_t ret = SocketConnectDevice(ip, port, isBlockMode);
|