Home
last modified time | relevance | path

Searched refs:DEVICE_PHONE (Results 1 – 14 of 14) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_config_impl_test.cpp453 current->SetDeviceType(DeviceType::DEVICE_PHONE);
455 other->SetDeviceType(DeviceType::DEVICE_PHONE);
471 current->SetDeviceType(DeviceType::DEVICE_PHONE);
472 other->SetDeviceType(DeviceType::DEVICE_PHONE);
488 current->SetDeviceType(DeviceType::DEVICE_PHONE);
489 other->SetDeviceType(DeviceType::DEVICE_PHONE);
1206 request->SetDeviceType(DeviceType::DEVICE_PHONE);
1208 current->SetDeviceType(DeviceType::DEVICE_PHONE);
1209 other->SetDeviceType(DeviceType::DEVICE_PHONE);
1228 request->SetDeviceType(DeviceType::DEVICE_PHONE);
[all …]
Dhap_parser_test.cpp122 ASSERT_EQ(DEVICE_PHONE, HapParser::GetDeviceType(DEVICE_PHONE));
Dres_desc_test.cpp141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_config_impl_test.cpp453 current->SetDeviceType(DeviceType::DEVICE_PHONE);
455 other->SetDeviceType(DeviceType::DEVICE_PHONE);
471 current->SetDeviceType(DeviceType::DEVICE_PHONE);
472 other->SetDeviceType(DeviceType::DEVICE_PHONE);
488 current->SetDeviceType(DeviceType::DEVICE_PHONE);
489 other->SetDeviceType(DeviceType::DEVICE_PHONE);
1305 request->SetDeviceType(DeviceType::DEVICE_PHONE);
1307 current->SetDeviceType(DeviceType::DEVICE_PHONE);
1308 other->SetDeviceType(DeviceType::DEVICE_PHONE);
1327 request->SetDeviceType(DeviceType::DEVICE_PHONE);
[all …]
Dresource_manager_test.cpp367 rc->SetDeviceType(DEVICE_PHONE); in TestGetMediaWithDensityByName()
1451 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1514 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1874 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1890 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1906 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1922 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1938 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
1954 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
1970 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
[all …]
Dhap_parser_test.cpp130 ASSERT_EQ(DEVICE_PHONE, HapParser::GetDeviceType(DEVICE_PHONE));
Dres_desc_test.cpp141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h88 DEVICE_PHONE = 0, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h107 DEVICE_PHONE = 0, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp455 } else if (value == DEVICE_PHONE) { in GetDeviceType()
456 deviceType = DEVICE_PHONE; in GetDeviceType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp58 case DeviceType::DEVICE_PHONE: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp235 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PHONE", DEVICE_PHONE)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp65 case DeviceType::DEVICE_PHONE: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp565 } else if (value == DEVICE_PHONE) { in GetDeviceType()
566 deviceType = DEVICE_PHONE; in GetDeviceType()