Home
last modified time | relevance | path

Searched refs:AuthSessionHandleDeviceNotTrusted (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
Dauth_session_fsm.h92 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_fsm_test.cpp249 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(INVALID_UDID_TEST) == SOFTBUS_OK);
250 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(UDID_TEST) == SOFTBUS_OK);
Dauth_test.cpp350 ret = AuthSessionHandleDeviceNotTrusted(nullptr);
352 ret = AuthSessionHandleDeviceNotTrusted(udid);
355 ret = AuthSessionHandleDeviceNotTrusted(udid1);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_fsm.c1177 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid) in AuthSessionHandleDeviceNotTrusted() function
Dauth_manager.c662 AuthSessionHandleDeviceNotTrusted(peerUdid); in OnDeviceNotTrusted()