Home
last modified time | relevance | path

Searched refs:SOFTBUS_SO_KEEPALIVE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h65 #define SOFTBUS_SO_KEEPALIVE SOFTBUS_SO_KEEPALIVE_ macro
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c375 rc = SoftBusSocketSetOpt(fd, SOFTBUS_SOL_SOCKET, SOFTBUS_SO_KEEPALIVE, &enable, sizeof(enable)); in ConnSetTcpKeepalive()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp352 * @tc.desc: select SOFTBUS_SO_KEEPALIVE Protocol
364 ret = SoftBusSocketSetOpt(socketFd, SOFTBUS_SOL_SOCKET, SOFTBUS_SO_KEEPALIVE, &optVal, optValLen); in HWTEST_F()

Completed in 4 milliseconds