Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h29 static const char *CAR_STR = "car"; variable
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h37 static const char *CAR_STR = "car"; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp65 ret = std::string(CAR_STR); in GetDeviceTypeStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp72 ret = std::string(CAR_STR); in GetDeviceTypeStr()