Home
last modified time | relevance | path

Searched refs:RE_320_STR (Results 1 – 6 of 6) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h38 static const char *RE_320_STR = "xldpi"; variable
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h53 static const char *RE_320_STR = "xldpi"; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp39 ret = std::string(RE_320_STR); in GetScreenDensityStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp46 ret = std::string(RE_320_STR); in GetScreenDensityStr()