Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp29 constexpr int32_t NON_ANONYMIZED_LENGTH = 6; member
63 if (deviceId.length() < NON_ANONYMIZED_LENGTH) { in AnonymizeDeviceId()
66 std::string anonDeviceId = deviceId.substr(0, NON_ANONYMIZED_LENGTH); in AnonymizeDeviceId()

Completed in 1 milliseconds