Home
last modified time | relevance | path

Searched refs:GetCurrentDeviceType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_desc.h227 std::string GetCurrentDeviceType();
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp342 std::string ResDesc::GetCurrentDeviceType() in GetCurrentDeviceType() function in OHOS::Global::Resource::ResDesc
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp684 const std::string deviceType = resDesc.GetCurrentDeviceType(); in ParseResHex()