Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c419 bool hasDeviceKey) in FillAuthSessionInfo() argument
427 if (!hasDeviceKey) { in FillAuthSessionInfo()
495 bool hasDeviceKey = false; in AuthRestoreAuthManager() local
500 hasDeviceKey = true; in AuthRestoreAuthManager()
502 if (!isSupportCloud && (!hasDeviceKey || keyInfo.isOldKey)) { in AuthRestoreAuthManager()
518 if (FillAuthSessionInfo(&info, nodeInfo, &keyInfo, hasDeviceKey) != SOFTBUS_OK) { in AuthRestoreAuthManager()
523 int32_t ret = hasDeviceKey ? AuthDirectOnlineProcessSessionKey(&info, &keyInfo, authId) : in AuthRestoreAuthManager()