Home
last modified time | relevance | path

Searched refs:DEVICETYPE (Results 1 – 11 of 11) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR);
143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR);
144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR);
147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
Dhap_parser_test.cpp86 kp->type_ = DEVICETYPE;
169 kp->type_ = DEVICETYPE;
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR);
142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR);
143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR);
144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR);
146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR);
147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
Dhap_parser_test.cpp87 kp->type_ = DEVICETYPE;
177 kp->type_ = DEVICETYPE;
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h48 DEVICETYPE = 4, enumerator
Dglobal_utils.h35 DEVICETYPE = 4, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h66 DEVICETYPE = 4, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp56 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr()
105 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp63 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr()
160 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp426 } else if (kp->type_ == DEVICETYPE) { in CreateResConfigFromKeyParams()
523 case KeyType::DEVICETYPE: in ToFolderPath()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp509 } else if (kp->type_ == DEVICETYPE) { in CreateResConfigFromKeyParams()
658 case KeyType::DEVICETYPE: in ToFolderPath()