Searched refs:DEVICE_TV (Results 1 - 15 of 15) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 92 DEVICE_TV = 4, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 124 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 128 DEVICE_TV = 4, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_string.cpp | 1510 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1538 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1568 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1600 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1631 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1662 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1693 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1835 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1863 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 1893 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() [all...] |
H A D | res_desc_test.cpp | 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR); in HWTEST_F()
|
H A D | resource_manager_test_hap.cpp | 672 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 710 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 746 rc->SetDeviceType(DEVICE_TV); in HWTEST_F() 780 rc->SetDeviceType(DEVICE_TV); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 127 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV)); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 249 rc->SetDeviceType(DEVICE_TV); in TestGetMediaWithDensityById() 321 rc->SetDeviceType(DEVICE_TV); in TestGetDrawableInfoWithDensityById()
|
H A D | resource_manager_test_media.cpp | 128 rc->SetDeviceType(DEVICE_TV); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 459 } else if (value == DEVICE_TV) { in GetDeviceType() 460 deviceType = DEVICE_TV; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 70 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 83 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 238 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_TV", DEVICE_TV)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 727 } else if (value == DEVICE_TV) { in GetDeviceType() 728 deviceType = DEVICE_TV; in GetDeviceType()
|
Completed in 15 milliseconds