Home
last modified time | relevance | path

Searched defs:isBlockMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c373 bool isBlockMode) in SocketConnectInner()
414 …cketConnectDeviceWithAllIp(const char *localIp, const char *peerIp, int32_t port, bool isBlockMode) in SocketConnectDeviceWithAllIp()
419 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice()
470 const char *addr, int32_t port, bool isBlockMode) in NipSocketConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c67 int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode) in SocketConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp644 bool isBlockMode = true; variable