Searched refs:SCREEN_DENSITY (Results 1 - 10 of 10) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 149 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_SDPI, RE_120_STR); in HWTEST_F() 150 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_MDPI, RE_160_STR); in HWTEST_F() 151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR); in HWTEST_F() 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR); in HWTEST_F() 153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR); in HWTEST_F() 154 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXXLDPI, RE_640_STR); in HWTEST_F() 155 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_NOT_SET, "not_screen_density"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 81 kp2->type_ = SCREEN_DENSITY; in HWTEST_F() 167 kp3->type_ = SCREEN_DENSITY; in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | res_desc_test.cpp | 149 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_SDPI, RE_120_STR); in HWTEST_F() 150 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_MDPI, RE_160_STR); in HWTEST_F() 151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR); in HWTEST_F() 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR); in HWTEST_F() 153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR); in HWTEST_F() 154 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXXLDPI, RE_640_STR); in HWTEST_F() 155 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_NOT_SET, "not_screen_density"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 81 kp->type_ = SCREEN_DENSITY; in HWTEST_F() 164 kp->type_ = SCREEN_DENSITY; in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 46 SCREEN_DENSITY = 2, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 65 SCREEN_DENSITY = 2, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 27 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr() 108 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 40 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr() 183 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 424 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams() 526 case KeyType::SCREEN_DENSITY: in ToFolderPath()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 665 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams() 833 case KeyType::SCREEN_DENSITY: in ToFolderPath()
|
Completed in 7 milliseconds