Home
last modified time | relevance | path

Searched defs:kp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp70 auto kp = new KeyParam(); variable
107 for (auto kp = keyParams.begin(); kp != keyParams.end(); kp++) { variable
153 auto kp = new KeyParam(); variable
180 for (auto kp = keyParams.begin(); kp != keyParams.end(); kp++) { variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_parser_test.cpp71 auto kp = std::make_shared<KeyParam>(); variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp320 KeyParam *kp = new (std::nothrow) KeyParam(); in ParseKey() local
417 const KeyParam *kp = keyParams.at(i); in CreateResConfigFromKeyParams() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp579 SelectOptions *options, std::shared_ptr<KeyParam> &kp) in ParseKeyParam()
623 std::shared_ptr<KeyParam> kp; in ParseKey() local
720 const std::shared_ptr<KeyParam> kp = keyParams.at(i); in CreateResConfigFromKeyParams() local
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp89 const char *kp = path.c_str(); in PathHash() local