Home
last modified time | relevance | path

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

/base/update/updateservice/foundations/ability/utils/include/
H A Danonymous_utils.h28 static const std::string ENCRYPT_STR = "****"; member
40 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()
44 encryptUrl.replace(httpPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()
59 result = sequence + ENCRYPT_STR; in AnonymousString()
62 result = sequence + ENCRYPT_STR; in AnonymousString()
64 result = ENCRYPT_STR; in AnonymousString()

Completed in 1 milliseconds