Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp97 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()
115 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()
138 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
158 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp55 const std::string BASE_64_CHARS = variable
349 for (size_t i = 0; i < BASE_64_CHARS.size(); ++i) { in InitBase64Map()
350 base64Map_[BASE_64_CHARS[i]] = static_cast<int>(i); in InitBase64Map()
373 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
393 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp258 ret += BASE_64_CHARS[charArray4[i]]; in Base64Encode()
276 ret += BASE_64_CHARS[charArray4[j]]; in Base64Encode()
303 charArray4[i] = BASE_64_CHARS.find(charArray4[i]); in Base64Decode()
323 charArray4[j] = BASE_64_CHARS.find(charArray4[j]); in Base64Decode()
/ohos5.0/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()
/ohos5.0/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h27 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/… variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddcamera.h32 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/… variable
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h32 const std::string BASE_64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/… variable