Home
last modified time | relevance | path

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

/base/update/updateservice/foundations/ability/utils/include/
H A Danonymous_utils.h26 static const int32_t ENCRYPT_LENGTH = 4; // 需要替换*的长度 member
40 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()
44 encryptUrl.replace(httpPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()
58 std::string sequence = inputStr.substr(0, ENCRYPT_LENGTH); in AnonymousString()
60 } else if (length > ENCRYPT_LENGTH) { in AnonymousString()
61 std::string sequence = inputStr.substr(0, length - ENCRYPT_LENGTH); in AnonymousString()

Completed in 4 milliseconds