Home
last modified time | relevance | path

Searched refs:DEVICE_TV (Results 1 – 12 of 12) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h92 DEVICE_TV = 4, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_parser_test.cpp124 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV));
Dres_desc_test.cpp145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h111 DEVICE_TV = 4, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_parser_test.cpp132 ASSERT_EQ(DEVICE_TV, HapParser::GetDeviceType(DEVICE_TV));
Dresource_manager_test.cpp327 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 …]
Dres_desc_test.cpp145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp459 } else if (value == DEVICE_TV) { in GetDeviceType()
460 deviceType = DEVICE_TV; in GetDeviceType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp70 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp239 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_TV", DEVICE_TV)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp77 case DeviceType::DEVICE_TV: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp569 } else if (value == DEVICE_TV) { in GetDeviceType()
570 deviceType = DEVICE_TV; in GetDeviceType()