Home
last modified time | relevance | path

Searched refs:SCREEN_DENSITY (Results 1 - 10 of 10) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp149 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 Dhap_parser_test.cpp81 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 Dres_desc_test.cpp149 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 Dhap_parser_test.cpp81 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 Dres_common.h46 SCREEN_DENSITY = 2, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h65 SCREEN_DENSITY = 2, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp27 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr()
108 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp40 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 Dhap_parser.cpp424 } 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 Dhap_parser.cpp665 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams()
833 case KeyType::SCREEN_DENSITY: in ToFolderPath()

Completed in 10 milliseconds