Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp159 char localAccountString[LONG_TO_STRING_MAX_LEN] = {0}; in DumpAccountId() local
160 if (sprintf_s(localAccountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, localAccountId) == -1) { in DumpAccountId()
173 Anonymize(localAccountString, &anonyLocalAccountId); in DumpAccountId()