Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h28 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; member
/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp265 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()
283 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()
310 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
330 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp114 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()
132 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()
159 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
179 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h32 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; member

Completed in 3 milliseconds