Searched refs:DEVICETYPE (Results 1 - 11 of 11) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR); in HWTEST_F() 142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F() 143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR); in HWTEST_F() 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F() 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR); in HWTEST_F() 146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F() 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 86 kp3->type_ = DEVICETYPE; in HWTEST_F() 172 kp4->type_ = DEVICETYPE; in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | res_desc_test.cpp | 141 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PHONE, PHONE_STR); in HWTEST_F() 142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR); in HWTEST_F() 143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR); in HWTEST_F() 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F() 145 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TV, TV_STR); in HWTEST_F() 146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F() 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 86 kp->type_ = DEVICETYPE; in HWTEST_F() 169 kp->type_ = DEVICETYPE; in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 26 // DEVICETYPE 48 DEVICETYPE = 4, enumerator
|
H A D | global_utils.h | 35 DEVICETYPE = 4,
enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 34 // DEVICETYPE 67 DEVICETYPE = 4, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A 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/ |
H A D | res_desc.cpp | 69 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr() 168 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A 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/ |
H A D | hap_parser.cpp | 667 } else if (kp->type_ == DEVICETYPE) { in CreateResConfigFromKeyParams() 818 case KeyType::DEVICETYPE: in ToFolderPath()
|
Completed in 7 milliseconds