Searched refs:DEVICE_PAD (Results 1 – 13 of 13) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 91 DEVICE_PAD = 3, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_parser_test.cpp | 121 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD));
|
D | res_desc_test.cpp | 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
|
D | res_config_impl_test.cpp | 345 other->SetDeviceType(DeviceType::DEVICE_PAD); 360 other->SetDeviceType(DeviceType::DEVICE_PAD); 375 current->SetDeviceType(DeviceType::DEVICE_PAD);
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 110 DEVICE_PAD = 3, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | hap_parser_test.cpp | 129 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD));
|
D | res_desc_test.cpp | 144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
|
D | res_config_impl_test.cpp | 345 other->SetDeviceType(DeviceType::DEVICE_PAD); 360 other->SetDeviceType(DeviceType::DEVICE_PAD); 375 current->SetDeviceType(DeviceType::DEVICE_PAD);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
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/ |
D | res_desc.cpp | 67 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
D | resource_manager_napi.cpp | 238 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PC", DEVICE_PAD)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 74 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 563 } else if (value == DEVICE_PAD) { in GetDeviceType() 564 deviceType = DEVICE_PAD; in GetDeviceType()
|