Searched refs:DEVICETYPE (Results 1 – 11 of 11) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_desc_test.cpp | 141 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");
|
D | hap_parser_test.cpp | 86 kp->type_ = DEVICETYPE; 169 kp->type_ = DEVICETYPE;
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_desc_test.cpp | 141 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");
|
D | hap_parser_test.cpp | 87 kp->type_ = DEVICETYPE; 177 kp->type_ = DEVICETYPE;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 48 DEVICETYPE = 4, enumerator
|
D | global_utils.h | 35 DEVICETYPE = 4, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 66 DEVICETYPE = 4, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 56 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr() 105 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 63 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr() 160 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 426 } else if (kp->type_ == DEVICETYPE) { in CreateResConfigFromKeyParams() 523 case KeyType::DEVICETYPE: in ToFolderPath()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 509 } else if (kp->type_ == DEVICETYPE) { in CreateResConfigFromKeyParams() 658 case KeyType::DEVICETYPE: in ToFolderPath()
|