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/
H A Dres_common.h91 DEVICE_PAD = 3, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp121 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD)); in HWTEST_F()
H A Dres_desc_test.cpp144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F()
H A Dres_config_impl_test.cpp345 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 Dres_common.h127 DEVICE_PAD = 3, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp144 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_PAD, PAD_STR); in HWTEST_F()
H A Dhap_parser_test.cpp124 ASSERT_EQ(DEVICE_PAD, HapParser::GetDeviceType(DEVICE_PAD)); in HWTEST_F()
H A Dres_config_impl_test.cpp337 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 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/
H A Dres_desc.cpp67 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp80 case DeviceType::DEVICE_PAD: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp237 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_PC", DEVICE_PAD)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp721 } else if (value == DEVICE_PAD) { in GetDeviceType()
722 deviceType = DEVICE_PAD; in GetDeviceType()

Completed in 11 milliseconds