Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp41 const size_t MAX_INTERCEPT_PART_LEN = 4; variable
66 interceptLen = (interceptLen > MAX_INTERCEPT_PART_LEN ? MAX_INTERCEPT_PART_LEN : interceptLen); in AnonymizeUidStr()