Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h107 static RState GetMediaBase64Data(const std::string& iconPath, std::string &base64Data);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h191 …RState GetMediaBase64Data(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, std::stri…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp57 RState Utils::GetMediaBase64Data(const std::string& iconPath, std::string &base64Data) in GetMediaBase64Data() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp678 RState HapManager::GetMediaBase64Data(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, in GetMediaBase64Data() function in OHOS::Global::Resource::HapManager
722 return Utils::GetMediaBase64Data(filePath, outValue); in GetMediaBase64DataFromIndex()
H A Dresource_manager_impl.cpp1294 return Utils::GetMediaBase64Data(result, outValue); in GetThemeMediaBase64()
1315 RState state = hapManager_->GetMediaBase64Data(qd, outValue); in GetMediaBase64DataById()
1337 RState state = hapManager_->GetMediaBase64Data(qd, outValue); in GetMediaBase64DataByName()