Home
last modified time | relevance | path

Searched refs:DEVICE_TABLET (Results 1 - 12 of 12) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h89 DEVICE_TABLET = 1, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp123 ASSERT_EQ(DEVICE_TABLET, HapParser::GetDeviceType(DEVICE_TABLET)); in HWTEST_F()
H A Dres_desc_test.cpp142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h125 DEVICE_TABLET = 1, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_media.cpp356 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 Dres_desc_test.cpp142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F()
H A Dhap_parser_test.cpp126 ASSERT_EQ(DEVICE_TABLET, HapParser::GetDeviceType(DEVICE_TABLET)); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp457 } else if (value == DEVICE_TABLET) { in GetDeviceType()
458 deviceType = DEVICE_TABLET; in GetDeviceType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp61 case DeviceType::DEVICE_TABLET: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp74 case DeviceType::DEVICE_TABLET: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp235 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_TABLET", DEVICE_TABLET)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp725 } else if (value == DEVICE_TABLET) { in GetDeviceType()
726 deviceType = DEVICE_TABLET; in GetDeviceType()

Completed in 9 milliseconds