Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
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
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_parser_test.cpp71 auto kp = std::make_shared<KeyParam>(); variable
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp320 KeyParam *kp = new (std::nothrow) KeyParam(); in ParseKey() local
417 const KeyParam *kp = keyParams.at(i); in CreateResConfigFromKeyParams() local
/base/global/resource_management/frameworks/resmgr/src/utils/
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