Searched refs:AuthSessionHandleDeviceNotTrusted (Results 1 – 5 of 5) sorted by relevance
135 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid);
264 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(INVALID_UDID_TEST) == SOFTBUS_OK);265 EXPECT_TRUE(AuthSessionHandleDeviceNotTrusted(UDID_TEST) == SOFTBUS_OK);
379 ret = AuthSessionHandleDeviceNotTrusted(nullptr);381 ret = AuthSessionHandleDeviceNotTrusted(udid);384 ret = AuthSessionHandleDeviceNotTrusted(udid1);
339 AuthSessionHandleDeviceNotTrusted(peerUdid); in AuthDeviceNotTrust()386 AuthSessionHandleDeviceNotTrusted(peerUdid); in OnDeviceNotTrusted()
1691 int32_t AuthSessionHandleDeviceNotTrusted(const char *udid) in AuthSessionHandleDeviceNotTrusted() function