Searched defs:isBlockMode (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_mock.cpp | 39 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice() argument
|
H A D | auth_test.cpp | 644 bool isBlockMode = true; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_tcp_connection_virtual.c | 68 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice() argument
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 411 int32_t SocketConnectDeviceWithAllIp(const char *localIp, const char *peerIp, int32_t port, bool isBlockMode) in SocketConnectDeviceWithAllIp() argument 416 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice() argument 369 SocketConnectInner(const char *localIp, const char *peerIp, int32_t port, ListenerModule module, bool isBlockMode) SocketConnectInner() argument 466 NipSocketConnectDevice(ListenerModule module, const char *addr, int32_t port, bool isBlockMode) NipSocketConnectDevice() argument [all...] |
Completed in 5 milliseconds