Home
last modified time | relevance | path

Searched refs:DEVICE_WEARABLE (Results 1 - 11 of 11) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h93 DEVICE_WEARABLE = 6, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp125 ASSERT_EQ(DEVICE_WEARABLE, HapParser::GetDeviceType(DEVICE_WEARABLE)); in HWTEST_F()
H A Dres_desc_test.cpp146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h129 DEVICE_WEARABLE = 6, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F()
H A Dhap_parser_test.cpp128 ASSERT_EQ(DEVICE_WEARABLE, HapParser::GetDeviceType(DEVICE_WEARABLE)); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp461 } else if (value == DEVICE_WEARABLE) { in GetDeviceType()
462 deviceType = DEVICE_WEARABLE; in GetDeviceType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp73 case DeviceType::DEVICE_WEARABLE: in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp86 case DeviceType::DEVICE_WEARABLE: in GetDeviceTypeStr()
/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp239 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_WEARABLE", DEVICE_WEARABLE)); in InitDeviceTypeObject()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp729 } else if (value == DEVICE_WEARABLE) { in GetDeviceType()
730 deviceType = DEVICE_WEARABLE; in GetDeviceType()

Completed in 7 milliseconds