/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_manager_test.cpp | 103 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local 104 const char *path = resPath.c_str(); in HWTEST_F()
|
H A D | global_test.cpp | 67 std::string resPath = FormatFullPath(g_resFilePath); in GetResId() local 68 const char *path = resPath.c_str(); in GetResId()
|
H A D | hap_resource_test.cpp | 149 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 D | img_view_adapter.cpp | 81 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 D | img_view_adapter.h | 27 std::string resPath; member
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 47 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 D | animation_config.h | 49 std::string resPath; member
|
H A D | charger_animation.h | 110 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 D | hap_manager_test.cpp | 104 std::string resPath = FormatFullPath(g_resFilePath); in HWTEST_F() local 105 const char *path = resPath.c_str(); in HWTEST_F()
|
H A D | hap_resource_test.cpp | 178 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 D | hap_resource.h | 230 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 D | updater_ui_traits.h | 82 (std::string, resPath),
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_layout_unittest.cpp | 48 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 D | wallpaper_service.cpp | 1572 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 D | resource_utils.cpp | 388 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 D | animation_config.cpp | 114 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 D | ime_info_inquirer.cpp | 537 std::string resPath = extInfo.hapPath.empty() ? extInfo.resourcePath : extInfo.hapPath; in ListInputMethodSubtype() local 538 auto resMgr = GetResMgr(resPath); in ListInputMethodSubtype()
|