Searched refs:GetMediaBase64Data (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/ |
H A D | utils_test.cpp | 52 * @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 D | utils.h | 107 static RState GetMediaBase64Data(const std::string& iconPath, std::string &base64Data);
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_manager.h | 194 RState GetMediaBase64Data(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, std::string &outValue);
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 53 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 D | resource_manager_impl.cpp | 1275 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 D | hap_manager.cpp | 707 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