Home
last modified time | relevance | path

Searched refs:AuthSetTcpKeepaliveByConnInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp713 * @tc.desc: AuthSetTcpKeepaliveByConnInfo test
723 ret = AuthSetTcpKeepaliveByConnInfo(nullptr, HIGH_FREQ_CYCLE); in HWTEST_F()
726 ret = AuthSetTcpKeepaliveByConnInfo(&connInfo, HIGH_FREQ_CYCLE); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1246 static int32_t AuthSetTcpKeepaliveByConnInfo(const AuthConnInfo *connInfo, ModeCycle cycle) in AuthSetTcpKeepaliveByConnInfo() function
1282 if (AuthSetTcpKeepaliveByConnInfo(connInfo, messageParse.cycle) != SOFTBUS_OK) { in HandleDeviceInfoData()
1622 ret = AuthSetTcpKeepaliveByConnInfo(&connInfo, cycle); in SetLocalTcpKeepalive()

Completed in 5 milliseconds