Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp597 auto resDeviceType = kp->GetDeviceTypeStr(); in ParseKeyParam() local
598 if (options->deviceType != DEVICE_DEFAULT && resDeviceType != NOT_DEVICE_TYPE && in ParseKeyParam()
599 resDeviceType != options->deviceType) { in ParseKeyParam()