Home
last modified time | relevance | path

Searched refs:DEVICE_PAD (Results 1 – 13 of 13) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h91 DEVICE_PAD = 3, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_parser_test.cpp121 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD));
Dres_desc_test.cpp144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
Dres_config_impl_test.cpp345 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/
Dres_common.h110 DEVICE_PAD = 3, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_parser_test.cpp129 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD));
Dres_desc_test.cpp144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR);
Dres_config_impl_test.cpp345 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/
Dhap_parser.cpp453 } else if (value == DEVICE_PAD) { in GetDeviceType()
454 deviceType = DEVICE_PAD; in GetDeviceType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp67 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp238 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PC", DEVICE_PAD)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp74 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp563 } else if (value == DEVICE_PAD) { in GetDeviceType()
564 deviceType = DEVICE_PAD; in GetDeviceType()