Home
last modified time | relevance | path

Searched refs:REGION (Results 1 – 12 of 12) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h45 REGION = 1, enumerator
Dglobal_utils.h32 REGION = 1, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp135 TestKeyParam(KeyType::REGION, 21843, "US");
136 TestKeyParam(KeyType::REGION, 17230, "CN");
Dhap_parser_test.cpp76 kp->type_ = REGION;
159 kp->type_ = REGION;
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h63 REGION = 1, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp135 TestKeyParam(KeyType::REGION, 21843, "US");
136 TestKeyParam(KeyType::REGION, 17230, "CN");
Dhap_parser_test.cpp77 kp->type_ = REGION;
167 kp->type_ = REGION;
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp420 } else if (kp->type_ == REGION) { in CreateResConfigFromKeyParams()
517 case KeyType::REGION: in ToFolderPath()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp84 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
Dglobal_utils.c167 case REGION: in SetLocaleItemViaKeys()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp139 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp601 } else if (kp->type_ == REGION) { in CreateResConfigFromKeyParams()
750 case KeyType::REGION: in ToFolderPath()