Home
last modified time | relevance | path

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

/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp61 size_t anonymizeLen = static_cast<size_t>(static_cast<double>(uidStr.length()) * ANONYMIZE_RATIO); in AnonymizeUidStr() local
62 size_t interceptLen = (uidStr.length() - anonymizeLen) / 2; // Half head and half tail in AnonymizeUidStr()
63 if (anonymizeLen < MIN_ANONYMIZE_PART_LEN || interceptLen == 0) { in AnonymizeUidStr()

Completed in 1 milliseconds