Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c416 bool hasDeviceKey) in FillAuthSessionInfo()
424 if (!hasDeviceKey) { in FillAuthSessionInfo()
492 bool hasDeviceKey = false; in AuthRestoreAuthManager() local
497 hasDeviceKey = true; in AuthRestoreAuthManager()
499 if (!isSupportCloud && (!hasDeviceKey || keyInfo.isOldKey)) { in AuthRestoreAuthManager()
515 if (FillAuthSessionInfo(&info, nodeInfo, &keyInfo, hasDeviceKey) != SOFTBUS_OK) { in AuthRestoreAuthManager()
520 int32_t ret = hasDeviceKey ? AuthDirectOnlineProcessSessionKey(&info, &keyInfo, authId) : in AuthRestoreAuthManager()
415 FillAuthSessionInfo(AuthSessionInfo *info, const NodeInfo *nodeInfo, AuthDeviceKeyInfo *keyInfo, bool hasDeviceKey) FillAuthSessionInfo() argument

Completed in 2 milliseconds