Home
last modified time | relevance | path

Searched refs:AuthSetTcpKeepaliveOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h61 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp2114 int32_t ret = AuthSetTcpKeepaliveOption(fd, HIGH_FREQ_CYCLE);
2117 ret = AuthSetTcpKeepaliveOption(fd, HIGH_FREQ_CYCLE);
2120 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle);
2123 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle);
2137 int32_t ret = AuthSetTcpKeepaliveOption(fd, HIGH_FREQ_CYCLE);
2139 ret = AuthSetTcpKeepaliveOption(fd, MID_FREQ_CYCLE);
2141 ret = AuthSetTcpKeepaliveOption(fd, LOW_FREQ_CYCLE);
2143 ret = AuthSetTcpKeepaliveOption(fd, DEFAULT_FREQ_CYCLE);
2168 int32_t ret = AuthSetTcpKeepaliveOption(fd, HIGH_FREQ_CYCLE);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption() function
H A Dauth_manager.c1259 ret = AuthSetTcpKeepaliveOption(GetFd(auth[i]->connId[AUTH_LINK_TYPE_WIFI]), cycle); in AuthSetTcpKeepaliveByConnInfo()