Home
last modified time | relevance | path

Searched refs:resPath (Results 1 - 17 of 17) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_manager_test.cpp103 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local
104 const char *path = resPath.c_str(); in HWTEST_F()
H A Dglobal_test.cpp67 std::string resPath = FormatFullPath(g_resFilePath); in GetResId() local
68 const char *path = resPath.c_str(); in GetResId()
H A Dhap_resource_test.cpp149 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local
150 const char *path = resPath.c_str(); in HWTEST_F()
/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp81 dir_ = spec.resPath; in ImgViewAdapter()
134 if (info.resPath.empty()) { in IsValidForStaticImg()
135 LOG(ERROR) << "img viewinfo check failed, resPath is empty when this is a static image"; in IsValidForStaticImg()
143 if (info.filePrefix.empty() || info.resPath.empty()) { in IsValidForAnimator()
H A Dimg_view_adapter.h27 std::string resPath; member
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp47 std::shared_ptr<IdItem> idItem, const std::pair<std::string, std::string> &resPath, bool isOverlay, in ValueUnderQualifierDir()
56 indexPath_ = resPath.first; in ValueUnderQualifierDir()
57 resourcePath_ = resPath.second; in ValueUnderQualifierDir()
337 bool HapResource::InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath, in InitMap() argument
351 idParam->idItem_, resPath, isOverlay_, isSystem_); in InitMap()
367 idParam->idItem_, resPath, isOverlay_, isSystem_); in InitMap()
385 const auto resPath = std::make_pair(indexPath_, resourcePath_); in InitIdList() local
388 if (!HapResource::InitMap(resKey, resPath, defaultConfig)) { in InitIdList()
46 ValueUnderQualifierDir(const std::shared_ptr<ResKey> resKey, std::shared_ptr<IdItem> idItem, const std::pair<std::string, std::string> &resPath, bool isOverlay, bool systemResource) ValueUnderQualifierDir() argument
/base/powermgr/battery_manager/charger/include/
H A Danimation_config.h49 std::string resPath; member
H A Dcharger_animation.h110 ss << info_.resPath << info_.filePrefix << std::setw(CHAR_WIDTH) << std::setfill('0') << currId_ << ".png"; in ShowNextImage()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_manager_test.cpp104 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local
105 const char *path = resPath.c_str(); in HWTEST_F()
H A Dhap_resource_test.cpp178 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local
179 const char *path = resPath.c_str(); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h230 const std::pair<std::string, std::string> &resPath, bool isOverlay = false, bool isSystemResource = false);
351 bool InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath,
/base/update/updater/services/ui/
H A Dupdater_ui_traits.h82 (std::string, resPath),
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp48 return std::tie(lhs.imgCnt, lhs.updInterval, lhs.resPath, lhs.filePrefix) == in operator ==()
49 std::tie(rhs.imgCnt, rhs.updInterval, rhs.resPath, rhs.filePrefix); in operator ==()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1572 std::string resPath; in GetDefaultResDir() local
1578 resPath = cfgPath + std::string(DEFAULT_PATH); in GetDefaultResDir()
1584 return resPath; in GetDefaultResDir()
1589 std::string resPath = GetDefaultResDir(); in GetWallpaperPathInJson() local
1590 if (resPath.empty() && !FileDeal::IsDirExist(resPath)) { in GetWallpaperPathInJson()
1594 std::string manifestFile = resPath + filePath; in GetWallpaperPathInJson()
1612 imageSrc = resPath + HOME_RES + srcValue; in GetWallpaperPathInJson()
1614 imageSrc = resPath + LOCK_RES + srcValue; in GetWallpaperPathInJson()
/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp388 std::string resPath; in Init() local
393 resPath = bundleInfo.moduleResPaths[0]; in Init()
400 } else if (IsFileExist(resPath)) { in Init()
401 beSourceAdd_ = resourceManager_->AddResource(resPath.c_str()); in Init()
/base/powermgr/battery_manager/charger/src/
H A Danimation_config.cpp114 if (component.find("resPath") != component.end()) { in ParseAnimationImage()
115 info.resPath = component.at("resPath").get<std::string>(); in ParseAnimationImage()
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp537 std::string resPath = extInfo.hapPath.empty() ? extInfo.resourcePath : extInfo.hapPath; in ListInputMethodSubtype() local
538 auto resMgr = GetResMgr(resPath); in ListInputMethodSubtype()

Completed in 12 milliseconds