Searched refs:AuthSetTcpKeepaliveOption (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 61 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 2114 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 D | auth_tcp_connection.c | 732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption() function
|
H A D | auth_manager.c | 1259 ret = AuthSetTcpKeepaliveOption(GetFd(auth[i]->connId[AUTH_LINK_TYPE_WIFI]), cycle); in AuthSetTcpKeepaliveByConnInfo()
|