Searched refs:AuthSessionHandleDeviceNotTrusted (Results 1 – 5 of 5) sorted by relevance
92 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid);
249 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(INVALID_UDID_TEST) == SOFTBUS_OK);250 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(UDID_TEST) == SOFTBUS_OK);
350 ret = AuthSessionHandleDeviceNotTrusted(nullptr);352 ret = AuthSessionHandleDeviceNotTrusted(udid);355 ret = AuthSessionHandleDeviceNotTrusted(udid1);
1177 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid) in AuthSessionHandleDeviceNotTrusted() function
662 AuthSessionHandleDeviceNotTrusted(peerUdid); in OnDeviceNotTrusted()