/ohos5.0/foundation/communication/wifi/wifi/test/wifi_utils/unittest/ |
H A D | wifi_common_util_test.cpp | 152 std::string result = EncodeBase64(vecStr); 161 std::string result = EncodeBase64(vecStr); 198 std::string encResult = EncodeBase64(vecStr); 211 std::string encResult = EncodeBase64(vecStr);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_image_info.cpp | 79 if (!EncodeBase64(originalString, imageInfo)) { in ConvertToString() 87 bool BundleResourceImageInfo::EncodeBase64( in EncodeBase64() function in OHOS::AppExecFwk::BundleResourceImageInfo
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_image_info.h | 35 bool EncodeBase64(const std::string &originalData, std::string &dstData);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | utils.h | 94 static RState EncodeBase64(std::unique_ptr<uint8_t[]> &data, int srcLen,
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/ |
H A D | cm_napi_dialog_common.cpp | 116 static std::string EncodeBase64(const uint8_t *indata, const uint32_t length) in EncodeBase64() function 294 std::string encode = EncodeBase64(data, length); in GetUint8ArrayToBase64Str()
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_utils.h | 32 static std::string EncodeBase64(const std::string &from);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms.h | 154 std::unique_ptr<char[]> EncodeBase64(std::unique_ptr<uint8_t[]> &data, int srcLen);
|
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_common_util.h | 288 std::string EncodeBase64(const std::vector<uint8_t> &input);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 70 Utils::EncodeBase64(tempData, len, imgType, base64Data); in GetMediaBase64Data() 97 RState Utils::EncodeBase64(std::unique_ptr<uint8_t[]> &data, int srcLen, in EncodeBase64() function in OHOS::Global::Resource::Utils
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms.cpp | 452 std::unique_ptr<char[]> base64Data = EncodeBase64(data, fileLength); in GetMediaBase64() 495 std::unique_ptr<char[]> DistributedBms::EncodeBase64(std::unique_ptr<uint8_t[]> &data, int srcLen) in EncodeBase64() function in OHOS::AppExecFwk::DistributedBms
|
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/ |
H A D | vcard_fuzzer.cpp | 311 VCardUtils::EncodeBase64(fuzzdata); in VCardUtilsTest()
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_utils.cpp | 63 std::string VCardUtils::EncodeBase64(const std::string &input) in EncodeBase64() function in OHOS::Telephony::VCardUtils
|
H A D | vcard_constructor.cpp | 671 auto encodeValue = VCardUtils::EncodeBase64(bytes); in ConstructPhotos()
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 573 std::string EncodeBase64(const std::vector<uint8_t> &input) in EncodeBase64() function
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 889 static napi_value EncodeBase64(napi_env env, napi_callback_info info) in EncodeBase64() function 1809 DECLARE_NAPI_FUNCTION("encodeSync", EncodeBase64), in Base64Init()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 709 Utils::EncodeBase64(buffer, tmpLen, imgType, outValue); in GetMediaBase64DataFromHap()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 2295 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithLength() 2388 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithoutLength() 2571 std::string challenge = EncodeBase64(inputChallenge); in GetUmtsAuthResponse()
|