Searched refs:DEVICE_PAD (Results 1 - 13 of 13) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 91 DEVICE_PAD = 3, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 121 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 345 other->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F() 360 other->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F() 375 current->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 127 DEVICE_PAD = 3, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 124 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD)); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 337 other->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F() 350 other->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F() 363 current->SetDeviceType(DeviceType::DEVICE_PAD); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 453 } else if (value == DEVICE_PAD) { in GetDeviceType() 454 deviceType = DEVICE_PAD; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 67 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 80 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 237 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PC", DEVICE_PAD)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 721 } else if (value == DEVICE_PAD) { in GetDeviceType() 722 deviceType = DEVICE_PAD; in GetDeviceType()
|
Completed in 15 milliseconds