Home
last modified time | relevance | path

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 Dhb_ctrl_deps_mock.h42 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 Dauth_mock.h40 virtual int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) = 0;
58 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
H A Dauth_mock.cpp88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_deps_mock.cpp90 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h61 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle);
H A Dauth_manager.h61 ModeCycle cycle;
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h490 } ModeCycle; typedef
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md299 ModeCycle cycle; // 保活探测间隔
310 } ModeCycle;
H A DREADME.md293 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 Dsoftbus_bus_center.h574 ModeCycle cycle; /**< Heartbeat mode cycle */
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h133 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c700 static int32_t GetTcpKeepaliveOptionByCycle(ModeCycle cycle, TcpKeepaliveOption *tcpKeepaliveOption) in GetTcpKeepaliveOptionByCycle()
732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption()
H A Dauth_manager.c1244 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 Dauth_session_message.c382 static char *PackKeepaliveMessage(const char *uuid, ModeCycle cycle) in PackKeepaliveMessage()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp876 ret = AuthSendKeepaliveOption(uuid, (ModeCycle)time);
2120 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle);
2123 ret = AuthSetTcpKeepaliveOption(fd, (ModeCycle)cycle);
2184 …ret = GetTcpKeepaliveOptionByCycle((ModeCycle)tcpKeepaliveOption.keepaliveIdle, &tcpKeepaliveOptio…