Home
last modified time | relevance | path

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

/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()

Completed in 2 milliseconds