Searched refs:DEVICE_WEARABLE (Results 1 - 11 of 11) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 93 DEVICE_WEARABLE = 6, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 125 ASSERT_EQ(DEVICE_WEARABLE, HapParser::GetDeviceType(DEVICE_WEARABLE)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 129 DEVICE_WEARABLE = 6, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 128 ASSERT_EQ(DEVICE_WEARABLE, HapParser::GetDeviceType(DEVICE_WEARABLE)); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 461 } else if (value == DEVICE_WEARABLE) { in GetDeviceType() 462 deviceType = DEVICE_WEARABLE; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 73 case DeviceType::DEVICE_WEARABLE: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 86 case DeviceType::DEVICE_WEARABLE: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 239 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_WEARABLE", DEVICE_WEARABLE)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 729 } else if (value == DEVICE_WEARABLE) { in GetDeviceType() 730 deviceType = DEVICE_WEARABLE; in GetDeviceType()
|
Completed in 7 milliseconds