Searched refs:ModeCycle (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_ctrl_deps_mock.h | 42 virtual int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) = 0; 61 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
H A D | auth_mock.h | 40 virtual int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) = 0; 58 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
|
H A D | auth_mock.cpp | 88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_ctrl_deps_mock.cpp | 90 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 61 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle);
|
H A D | auth_manager.h | 61 ModeCycle cycle;
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_common.h | 490 } ModeCycle; typedef
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | README_zh.md | 299 ModeCycle cycle; // 保活探测间隔 310 } ModeCycle;
|
H A D | README.md | 293 ModeCycle cycle; // Interval for detecting whether the Wi-Fi connection is alive. 308 } ModeCycle; 314 2. Set **ModeCycle** for the service, which determines the TCP keepalive duration for the device.
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 574 ModeCycle cycle; /**< Heartbeat mode cycle */
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 133 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 700 static int32_t GetTcpKeepaliveOptionByCycle(ModeCycle cycle, TcpKeepaliveOption *tcpKeepaliveOption) in GetTcpKeepaliveOptionByCycle() 732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption()
|
H A D | auth_manager.c | 1244 static int32_t AuthSetTcpKeepaliveByConnInfo(const AuthConnInfo *connInfo, ModeCycle cycle) in AuthSetTcpKeepaliveByConnInfo() 1584 static int32_t PostDeviceMessageByUuid(const char *uuid, int32_t messageType, ModeCycle cycle) in PostDeviceMessageByUuid() 1610 static int32_t SetLocalTcpKeepalive(const char *uuid, ModeCycle cycle) in SetLocalTcpKeepalive() 1640 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
|
H A D | auth_session_message.c | 382 static char *PackKeepaliveMessage(const char *uuid, ModeCycle cycle) in PackKeepaliveMessage()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 876 ret = AuthSendKeepaliveOption(uuid, (ModeCycle)time); 2120 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle); 2123 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle); 2184 …ret = GetTcpKeepaliveOptionByCycle((ModeCycle)tcpKeepaliveOption.keepaliveIdle, &tcpKeepaliveOptio…
|