Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h28 static const char *TABLET_STR = "tablet"; variable
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h36 static const char *TABLET_STR = "tablet"; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp142 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_TABLET, TABLET_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp62 ret = std::string(TABLET_STR); in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp69 ret = std::string(TABLET_STR); in GetDeviceTypeStr()