Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_fsm.h135 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp264 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(INVALID_UDID_TEST) == SOFTBUS_OK);
265 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(UDID_TEST) == SOFTBUS_OK);
H A Dauth_test.cpp379 ret = AuthSessionHandleDeviceNotTrusted(nullptr);
381 ret = AuthSessionHandleDeviceNotTrusted(udid);
384 ret = AuthSessionHandleDeviceNotTrusted(udid1);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c339 AuthSessionHandleDeviceNotTrusted(peerUdid); in AuthDeviceNotTrust()
386 AuthSessionHandleDeviceNotTrusted(peerUdid); in OnDeviceNotTrusted()
H A Dauth_session_fsm.c1691 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid) in AuthSessionHandleDeviceNotTrusted() function