Home
last modified time | relevance | path

Searched refs:GetMediaBase64Data (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H A Dutils_test.cpp52 * @tc.desc: Test GetMediaBase64Data function
59 RState state = Utils::GetMediaBase64Data(iconPath, base64Data); in HWTEST_F()
65 * @tc.desc: Test GetMediaBase64Data function
72 RState state = Utils::GetMediaBase64Data(iconPath, base64Data); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h107 static RState GetMediaBase64Data(const std::string& iconPath, std::string &base64Data);
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h194 RState GetMediaBase64Data(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, std::string &outValue);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp53 RState Utils::GetMediaBase64Data(const std::string& iconPath, std::string &base64Data) in GetMediaBase64Data() function in OHOS::Global::Resource::Utils
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1275 return Utils::GetMediaBase64Data(result, outValue); in GetThemeMediaBase64()
1296 RState state = hapManager_->GetMediaBase64Data(qd, outValue); in GetMediaBase64DataById()
1318 RState state = hapManager_->GetMediaBase64Data(qd, outValue); in GetMediaBase64DataByName()
H A Dhap_manager.cpp707 RState HapManager::GetMediaBase64Data(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, in GetMediaBase64Data() function in OHOS::Global::Resource::HapManager
751 return Utils::GetMediaBase64Data(filePath, outValue); in GetMediaBase64DataFromIndex()

Completed in 8 milliseconds