Searched refs:IsDeviceTypeMatch (Results 1 – 3 of 3) sorted by relevance
229 bool IsDeviceTypeMatch(DeviceType deviceType) const;
439 if (!IsDeviceTypeMatch(other->deviceType_)) { in Match()474 bool ResConfigImpl::IsDeviceTypeMatch(DeviceType deviceType) const in IsDeviceTypeMatch() function in OHOS::Global::Resource::ResConfigImpl
599 bool IsDeviceTypeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsDeviceTypeMatch() function624 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported) || in MatchResConfig()631 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported)); in DeclarativeMatchResConfig()