Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Danonymous_utils.h35 std::string httpsPrefix = "https://"; in AnonymousUrl() local
39 if (encryptUrl.compare(0, httpsPrefix.size(), httpsPrefix) == 0) { in AnonymousUrl()
40 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()