Searched refs:imgType (Results 1 - 3 of 3) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 62 std::string imgType; in GetMediaBase64Data() local 64 imgType = iconPath.substr(pos + 1); in GetMediaBase64Data() 66 Utils::EncodeBase64(tempData, len, imgType, base64Data); in GetMediaBase64Data() 94 const std::string &imgType, std::string &dstData) in EncodeBase64() 101 base64data += "data:image/" + imgType + ";base64,"; in EncodeBase64() 93 EncodeBase64(std::unique_ptr<uint8_t[]> &data, int srcLen, const std::string &imgType, std::string &dstData) EncodeBase64() argument
|
/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | utils.h | 95 const std::string &imgType, std::string &outValue);
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 589 std::string imgType; in GetImageType() local 591 imgType = fileName.substr(pos + 1); in GetImageType() 593 return imgType; in GetImageType() 737 std::string imgType = GetImageType(filePath); in GetMediaBase64DataFromHap() local 738 Utils::EncodeBase64(buffer, tmpLen, imgType, outValue); in GetMediaBase64DataFromHap()
|
Completed in 4 milliseconds