Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c447 static bool IsEmptyShortHashStr(char *udidHash) in IsEmptyShortHashStr() function
515 IsEmptyShortHashStr(udidHash)) { in UpdateLocalAuthState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp740 bool ret = IsEmptyShortHashStr(udidHash);
745 ret = IsEmptyShortHashStr(udidHash);
750 ret = IsEmptyShortHashStr(udidHash);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp563 bool ret = IsEmptyShortHashStr(const_cast<char *>(udidHash));
566 ret = IsEmptyShortHashStr(const_cast<char *>(udidHash1));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c484 static bool IsEmptyShortHashStr(char *udidHash) in IsEmptyShortHashStr() function
600 if (IsEmptyShortHashStr(peerUdidHash) || strlen(peerUdidHash) != HB_SHORT_UDID_HASH_HEX_LEN) { in GetPeerUdidInfo()