Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h229 bool IsDeviceTypeMatch(DeviceType deviceType) const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp439 if (!IsDeviceTypeMatch(other->deviceType_)) { in Match()
474 bool ResConfigImpl::IsDeviceTypeMatch(DeviceType deviceType) const in IsDeviceTypeMatch() function in OHOS::Global::Resource::ResConfigImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp599 bool IsDeviceTypeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsDeviceTypeMatch() function
624 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported) || in MatchResConfig()
631 return !(!IsOrientationMatch(desired, supported) || !IsDeviceTypeMatch(desired, supported)); in DeclarativeMatchResConfig()