Searched refs:DEVICE_TABLET (Results 1 - 12 of 12) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 89 DEVICE_TABLET = 1, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 123 ASSERT_EQ(DEVICE_TABLET, HapParser::GetDeviceType(DEVICE_TABLET)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 125 DEVICE_TABLET = 1, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_media.cpp | 356 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 392 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 428 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 464 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 500 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 536 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 817 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 1110 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 1144 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() 1178 rc->SetDeviceType(DEVICE_TABLET); in HWTEST_F() [all...] |
H A D | res_desc_test.cpp | 142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 126 ASSERT_EQ(DEVICE_TABLET, HapParser::GetDeviceType(DEVICE_TABLET)); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 457 } else if (value == DEVICE_TABLET) { in GetDeviceType() 458 deviceType = DEVICE_TABLET; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 61 case DeviceType::DEVICE_TABLET: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 74 case DeviceType::DEVICE_TABLET: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 235 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_TABLET", DEVICE_TABLET)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 725 } else if (value == DEVICE_TABLET) { in GetDeviceType() 726 deviceType = DEVICE_TABLET; in GetDeviceType()
|
Completed in 9 milliseconds