Home
last modified time | relevance | path

Searched refs:resKey (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp46 HapResource::ValueUnderQualifierDir::ValueUnderQualifierDir(const std::shared_ptr<ResKey> resKey, in ValueUnderQualifierDir() argument
50 keyParams_ = resKey->keyParams_; in ValueUnderQualifierDir()
55 resConfig_ = resKey->resConfig_; in ValueUnderQualifierDir()
337 bool HapResource::InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath, in InitMap() argument
340 for (size_t j = 0; j < resKey->resId_->idParams_.size(); ++j) { in InitMap()
341 std::shared_ptr<IdParam> idParam = resKey->resId_->idParams_[j]; in InitMap()
350 auto limitPath = std::make_shared<HapResource::ValueUnderQualifierDir>(resKey, in InitMap()
366 auto limitPath = std::make_shared<HapResource::ValueUnderQualifierDir>(resKey, in InitMap()
387 const auto resKey = resDesc_->keys_[i]; in InitIdList() local
388 if (!HapResource::InitMap(resKey, resPat in InitIdList()
[all...]
H A Dtheme_pack_resource.cpp84 std::string resKey = GetResKey(iconPath); in GetThemeConfig() local
85 if (resKey == "dark") { in GetThemeConfig()
87 } else if (resKey == "horizontal") { in GetThemeConfig()
89 } else if (resKey == "horizontal-dark") { in GetThemeConfig()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp172 ResKey *resKey = resDesc_->keys_[i]; in InitIdList() local
174 for (size_t j = 0; j < resKey->resId_->idParams_.size(); ++j) { in InitIdList()
175 IdParam *idParam = resKey->resId_->idParams_[j]; in InitIdList()
185 new (std::nothrow) HapResource::ValueUnderQualifierDir(resKey->keyParams_, idParam->idItem_, this); in InitIdList()
198 new (std::nothrow) HapResource::ValueUnderQualifierDir(resKey->keyParams_, idParam->idItem_, this); in InitIdList()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h223 * @param resKey resKey, indicate every limit path item.
229 ValueUnderQualifierDir(const std::shared_ptr<ResKey> resKey, std::shared_ptr<IdItem> idItem,
351 bool InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath,

Completed in 4 milliseconds