Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/utils/include/
Dencrypt_utils.h46 std::string httpsPrefix = "https://"; in EncryptUrl() local
50 if (encryptUrl.compare(0, httpsPrefix.size(), httpsPrefix) == 0) { in EncryptUrl()
51 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in EncryptUrl()