Searched refs:REGION (Results 1 - 15 of 15) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 45 REGION = 1, enumerator
|
H A D | global_utils.h | 32 REGION = 1,
enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 76 kp->type_ = REGION; in HWTEST_F() 159 kp->type_ = REGION; in HWTEST_F()
|
H A D | res_desc_test.cpp | 135 TestKeyParam(KeyType::REGION, 21843, "US"); in HWTEST_F() 136 TestKeyParam(KeyType::REGION, 17230, "CN"); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 135 TestKeyParam(KeyType::REGION, 21843, "US"); in HWTEST_F() 136 TestKeyParam(KeyType::REGION, 17230, "CN"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 76 kp1->type_ = REGION; in HWTEST_F() 162 kp2->type_ = REGION; in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 64 REGION = 1, enumerator
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_postal_data.cpp | 31 valuesBucket.Put(ContactData::REGION, region_); in BuildValuesBucket() 51 resultSet->GetColumnIndex(ContactData::REGION, index); in BuildData()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A 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/ |
H A D | res_desc.cpp | 84 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
H A D | global_utils.c | 167 case REGION:
in SetLocaleItemViaKeys()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 148 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
H A D | hap_resource.cpp | 520 if (keyType == KeyType::REGION) { in GetKeyParamsLocales()
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constant.h | 255 static constexpr const char *REGION = "region"; member in OHOS::Telephony::ContactData
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 661 } else if (kp->type_ == REGION) { in CreateResConfigFromKeyParams() 812 case KeyType::REGION: in ToFolderPath()
|
Completed in 13 milliseconds