Searched refs:REGION (Results 1 – 12 of 12) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 45 REGION = 1, enumerator
|
D | global_utils.h | 32 REGION = 1, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_desc_test.cpp | 135 TestKeyParam(KeyType::REGION, 21843, "US"); 136 TestKeyParam(KeyType::REGION, 17230, "CN");
|
D | hap_parser_test.cpp | 76 kp->type_ = REGION; 159 kp->type_ = REGION;
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 63 REGION = 1, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_desc_test.cpp | 135 TestKeyParam(KeyType::REGION, 21843, "US"); 136 TestKeyParam(KeyType::REGION, 17230, "CN");
|
D | hap_parser_test.cpp | 77 kp->type_ = REGION; 167 kp->type_ = REGION;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 420 } else if (kp->type_ == REGION) { in CreateResConfigFromKeyParams() 517 case KeyType::REGION: in ToFolderPath()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 84 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
D | global_utils.c | 167 case REGION: in SetLocaleItemViaKeys()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 139 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 601 } else if (kp->type_ == REGION) { in CreateResConfigFromKeyParams() 750 case KeyType::REGION: in ToFolderPath()
|