Searched refs:keyParams_ (Results 1 – 10 of 10) sorted by relevance
37 keyParams_ = keyParams; in ValueUnderQualifierDir()38 folder_ = HapParser::ToFolderPath(keyParams_); in ValueUnderQualifierDir()51 resConfig_ = HapParser::CreateResConfigFromKeyParams(keyParams_); in InitResConfig()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()
237 for (size_t i = 0; i < keyParams_.size(); ++i) { in ~ResKey()238 auto ptr = keyParams_[i]; in ~ResKey()248 ret.append(keyParams_[i]->ToString()); in ToString()
74 return keyParams_; in GetKeyParams()110 std::vector<KeyParam *> keyParams_; variable
182 std::vector<KeyParam *> keyParams_; variable
311 for (size_t i = 0; i < keyParams_.size(); ++i) { in ~ResKey()312 if (keyParams_[i] != nullptr) { in ~ResKey()313 delete keyParams_[i]; in ~ResKey()314 keyParams_[i] = nullptr; in ~ResKey()327 ret.append(keyParams_[i]->ToString()); in ToString()
48 keyParams_ = resKey->keyParams_; in ValueUnderQualifierDir()49 folder_ = HapParser::ToFolderPath(keyParams_); in ValueUnderQualifierDir()360 resKey->resConfig_ = HapParser::CreateResConfigFromKeyParams(resKey->keyParams_); in InitIdList()481 const std::vector<KeyParam *> &keyParams = item->keyParams_; in GetLimitPathsKeys()
143 return keyParams_; in GetKeyParams()195 std::vector<KeyParam *> keyParams_;
187 std::vector<KeyParam *> keyParams_; variable
332 key->keyParams_.push_back(kp); in ParseKey()334 match = IsLocaleMatch(defaultConfig, key->keyParams_); in ParseKey()
521 key->keyParams_.push_back(kp); in ParseKey()