Searched refs:IsEmptyShortHashStr (Results 1 – 4 of 4) sorted by relevance
447 static bool IsEmptyShortHashStr(char *udidHash) in IsEmptyShortHashStr() function515 IsEmptyShortHashStr(udidHash)) { in UpdateLocalAuthState()
740 bool ret = IsEmptyShortHashStr(udidHash);745 ret = IsEmptyShortHashStr(udidHash);750 ret = IsEmptyShortHashStr(udidHash);
563 bool ret = IsEmptyShortHashStr(const_cast<char *>(udidHash));566 ret = IsEmptyShortHashStr(const_cast<char *>(udidHash1));
484 static bool IsEmptyShortHashStr(char *udidHash) in IsEmptyShortHashStr() function600 if (IsEmptyShortHashStr(peerUdidHash) || strlen(peerUdidHash) != HB_SHORT_UDID_HASH_HEX_LEN) { in GetPeerUdidInfo()