Home
last modified time | relevance | path

Searched refs:WEARABLE_STR (Results 1 – 6 of 6) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h32 static const char *WEARABLE_STR = "wearable"; variable
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h40 static const char *WEARABLE_STR = "wearable"; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp146 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_WEARABLE, WEARABLE_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp74 ret = std::string(WEARABLE_STR); in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp81 ret = std::string(WEARABLE_STR); in GetDeviceTypeStr()