Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp165 char peerAccountString[LONG_TO_STRING_MAX_LEN] = {0}; in DumpAccountId() local
166 if (sprintf_s(peerAccountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, peerAccountId) == -1) { in DumpAccountId()
174 Anonymize(peerAccountString, &anonyPeerAccountId); in DumpAccountId()