Home
last modified time | relevance | path

Searched refs:AuthSendKeepaliveOption (Results 1 - 9 of 9) sorted by relevance

/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() function
92 return HeartBeatCtrlDepsInterface()->AuthSendKeepaliveOption(uuid, cycle); in AuthSendKeepaliveOption()
/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;
60 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption() function
90 return GetAuthInterface()->AuthSendKeepaliveOption(uuid, cycle); in AuthSendKeepaliveOption()
H A Dauth_mock.h40 virtual int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) = 0;
58 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_test.cpp110 EXPECT_CALL(hbCtrlDepsMock, AuthSendKeepaliveOption).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h133 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp874 ret = AuthSendKeepaliveOption(nullptr, HIGH_FREQ_CYCLE); in HWTEST_F()
876 ret = AuthSendKeepaliveOption(uuid, (ModeCycle)time); in HWTEST_F()
879 ret = AuthSendKeepaliveOption(const_cast<const char *>(uuid), HIGH_FREQ_CYCLE); in HWTEST_F()
882 ret = AuthSendKeepaliveOption(const_cast<const char *>(uuid), HIGH_FREQ_CYCLE); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c1005 if (AuthSendKeepaliveOption(uuid, mode->cycle) != SOFTBUS_OK) { in LnnShiftLNNGear()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1642 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption() function

Completed in 10 milliseconds