Searched refs:AuthSendKeepaliveOption (Results 1 - 9 of 9) sorted by relevance
/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() function 92 return HeartBeatCtrlDepsInterface()->AuthSendKeepaliveOption(uuid, cycle); in AuthSendKeepaliveOption()
|
/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; 60 MOCK_METHOD2(AuthSendKeepaliveOption, int32_t(const char *, ModeCycle));
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
H A D | auth_mock.cpp | 88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption() function 90 return GetAuthInterface()->AuthSendKeepaliveOption(uuid, cycle); in AuthSendKeepaliveOption()
|
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));
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_ctrl_test.cpp | 110 EXPECT_CALL(hbCtrlDepsMock, AuthSendKeepaliveOption).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 133 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 874 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 D | lnn_heartbeat_ctrl.c | 1005 if (AuthSendKeepaliveOption(uuid, mode->cycle) != SOFTBUS_OK) { in LnnShiftLNNGear()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 1642 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption() function
|
Completed in 10 milliseconds