Home
last modified time | relevance | path

Searched refs:ToFolderPath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_parser.h77 static std::string ToFolderPath(const std::vector<KeyParam *> &keyParams);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h155 static std::string ToFolderPath(const std::vector<std::shared_ptr<KeyParam>> &keyParams);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp178 std::string folder = HapParser::ToFolderPath(keyParams);
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_parser_test.cpp187 std::string folder = HapParser::ToFolderPath(keyParams);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp298 HILOG_DEBUG("mismatch, do not parse %s", HapParser::ToFolderPath(keyParams).c_str()); in IsLocaleMatch()
496 std::string HapParser::ToFolderPath(const std::vector<KeyParam *> &keyParams) in ToFolderPath() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp38 folder_ = HapParser::ToFolderPath(keyParams_); in ValueUnderQualifierDir()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp574 …RESMGR_HILOGD(RESMGR_TAG, "mismatch, do not parse %s", HapParser::ToFolderPath(keyParams).c_str()); in IsLocaleMatch()
858 std::string HapParser::ToFolderPath(const std::vector<std::shared_ptr<KeyParam>> &keyParams) in ToFolderPath() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp50 folder_ = HapParser::ToFolderPath(keyParams_); in ValueUnderQualifierDir()