Home
last modified time | relevance | path

Searched refs:AuthFlushDevice (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_deps_mock.cpp45 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
47 return HeartBeatCtrlDepsInterface()->AuthFlushDevice(uuid); in AuthFlushDevice()
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_deps_mock.h33 virtual int32_t AuthFlushDevice(const char *uuid) = 0;
51 MOCK_METHOD1(AuthFlushDevice, int32_t(const char *));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp84 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
86 return GetAuthInterface()->AuthFlushDevice(uuid); in AuthFlushDevice()
H A Dauth_mock.h39 virtual int32_t AuthFlushDevice(const char *uuid) = 0;
57 MOCK_METHOD1(AuthFlushDevice, int32_t(const char *));
H A Dlnn_data_cloud_sync_mock.cpp655 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
657 return GetNetBuilderDepsInterface()->AuthFlushDevice(uuid); in AuthFlushDevice()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp84 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
86 return GetTransAuthInterface()->AuthFlushDevice(uuid); in AuthFlushDevice()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h42 virtual int32_t AuthFlushDevice(const char *uuid) = 0;
107 MOCK_METHOD1(AuthFlushDevice, int32_t (const char *));
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c54 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_test.cpp109 EXPECT_CALL(hbCtrlDepsMock, AuthFlushDevice).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authdata_fuzzer/
H A Dauthdata_fuzzer.cpp119 AuthFlushDevice(uuid); in AuthFlushDeviceFuzzTest()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h156 virtual int32_t AuthFlushDevice(const char *uuid);
332 MOCK_METHOD1(AuthFlushDevice, int32_t (const char *uuid));
H A Dlnn_data_cloud_sync_mock.h153 virtual int32_t AuthFlushDevice(const char *uuid);
320 MOCK_METHOD1(AuthFlushDevice, int32_t (const char *uuid));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp674 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function
676 return GetNetBuilderDepsInterface()->AuthFlushDevice(uuid); in AuthFlushDevice()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h132 int32_t AuthFlushDevice(const char *uuid);
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c1020 int32_t ret = AuthFlushDevice(uuid); in LnnShiftLNNGear()
1067 if (AuthFlushDevice(uuid) != SOFTBUS_OK) { in LnnShiftLNNGearWithoutPkgName()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp852 ret = AuthFlushDevice(nullptr); in HWTEST_F()
855 ret = AuthFlushDevice(const_cast<const char *>(uuid)); in HWTEST_F()
858 ret = AuthFlushDevice(const_cast<const char *>(uuid)); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c261 (void)AuthFlushDevice(uuid); in TrySendJoinLNNRequest()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c251 if (AuthFlushDevice(conn->appInfo.peerData.deviceId) != SOFTBUS_OK) { in SendFailToFlushDevice()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1629 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() function

Completed in 22 milliseconds