Searched refs:DEVICE_PHONE (Results 1 – 14 of 14) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_config_impl_test.cpp | 453 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 …]
|
D | hap_parser_test.cpp | 122 ASSERT_EQ(DEVICE_PHONE, HapParser::GetDeviceType(DEVICE_PHONE));
|
D | res_desc_test.cpp | 141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_config_impl_test.cpp | 453 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 …]
|
D | resource_manager_test.cpp | 367 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 …]
|
D | hap_parser_test.cpp | 130 ASSERT_EQ(DEVICE_PHONE, HapParser::GetDeviceType(DEVICE_PHONE));
|
D | res_desc_test.cpp | 141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 88 DEVICE_PHONE = 0, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 107 DEVICE_PHONE = 0, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 455 } else if (value == DEVICE_PHONE) { in GetDeviceType() 456 deviceType = DEVICE_PHONE; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 58 case DeviceType::DEVICE_PHONE: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
D | resource_manager_napi.cpp | 235 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PHONE", DEVICE_PHONE)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 65 case DeviceType::DEVICE_PHONE: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 565 } else if (value == DEVICE_PHONE) { in GetDeviceType() 566 deviceType = DEVICE_PHONE; in GetDeviceType()
|