Searched refs:DEVICE_TV (Results 1 – 12 of 12) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 92 DEVICE_TV = 4, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_parser_test.cpp | 124 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV));
|
D | res_desc_test.cpp | 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 111 DEVICE_TV = 4, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | hap_parser_test.cpp | 132 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV));
|
D | resource_manager_test.cpp | 327 rc->SetDeviceType(DEVICE_TV); in TestGetMediaWithDensityById() 2042 rc->SetDeviceType(DEVICE_TV); 2070 rc->SetDeviceType(DEVICE_TV); 2099 rc->SetDeviceType(DEVICE_TV); 2129 rc->SetDeviceType(DEVICE_TV); 2158 rc->SetDeviceType(DEVICE_TV); 2189 rc->SetDeviceType(DEVICE_TV); 2220 rc->SetDeviceType(DEVICE_TV); 2251 rc->SetDeviceType(DEVICE_TV); 2282 rc->SetDeviceType(DEVICE_TV); [all …]
|
D | res_desc_test.cpp | 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
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/ |
D | res_desc.cpp | 70 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
D | resource_manager_napi.cpp | 239 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_TV", DEVICE_TV)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 77 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 569 } else if (value == DEVICE_TV) { in GetDeviceType() 570 deviceType = DEVICE_TV; in GetDeviceType()
|